22.12.2009, 11:32
Hello there, I would like to know whether this statement is correct. It does not work in game but it works in the script...
Thanks and Regards
Puzi
Код:
new pClass[MAX_PLAYERS];
public OnPlayerRequestClass(playerid, classid) //Ten Public To Wybierałka Skina
{
if(pClass[playerid] == 16 || pClass[playerid] == 17 && !IsPlayerAdmin(playerid))
{
SendClientMessage(playerid,COLOR_YELLOW,"Ten skin jest tylko dla adminуw RCON. Wybierz inny skin bądz zaloguj się jako admin!");
return 0;
}
Puzi

