GetPlayerLocale
From Onset Developer Wiki
Description
Get the player localiaztion name.
Syntax
GetPlayerLocale(player)
Parameters
- player
The player identifier.
Return Value
- Returns a string with the player's localozation name.
Example
AddEvent("OnPlayerJoin", function(playerid)
AddPlayerChatToAll("[JOIN] "..GetPlayerName(playerd).." has joined from "..GetPlayerLocale(player))
end)