17.05.2016, 09:46
This is wrong
This is Correct
Try to Fix { } they will be Fixed easily.
Код:
if(PlayerInfo[playerid][pJob] == 0){
return 1;
}
Код:
if(PlayerInfo[playerid][pJob] == 0)
{
return 1;
}

