03.11.2012, 17:22
Quote:
Код:
public OnPlayerSpawn(playerid) { if PlayerInfo[playerid][pRPTEST] == 0) ( SendClientMessage(playerid,0xFFFFFFFF,"[Note]: You didn't finish the Roleplay Test yet!"); ShowPlayerDialog(playerid, DIALOG_TEST1, DIALOG_STYLE_LIST, "Where does 'MG' stand for?", "Mixing Game\nMeta Game\nMood Gaming", "OK"); SetPlayerColor(playerid,0x5E5E5EFF); ) else ( SendClientMessage(playerid,0xFFFFFFFF,"[Note]: Welcome back to Los Santos Prison Roleplay!"); SetPlayerColor(playerid,0xBABABAFF); SetWeather(1); ) return 1; } |