28.08.2012, 18:37
pawn Код:
if(listitem == 5)
{
if(Options[Language]==1)format(string, sizeof(string), "--- %s e entrato nel Mondo COPS AND ROBBERS", NomeGiocatore1);else
if(Options[Language]==2)format(string, sizeof(string), "--- %s has joined in World COPS AND ROBBERS", NomeGiocatore1);
SendClientMessageToAll(WorldChoosed,string);print(string);SetPlayerVirtualWorld(playerid,COPS_AND_ROBBERS__WORLD);
SetPlayerWeather(playerid,TEMPO_COPS_AND_ROBBERS);SetPlayerTime(playerid,ORARIO_COPS_AND_ROBBERS,00);
SetPlayerColor(playerid,FREEROAM_PLAYER);SceltaMondiFatta[playerid]=5;}
new sk=GetPlayerSkin(playerid);
}