16.11.2013, 17:36
(
Последний раз редактировалось Joe_Goro; 16.11.2013 в 17:42.
Причина: :)
)
change to
the edit is
changes :
pawn Код:
case 4:
{
if(PlayerInfo[playerid][pAdmin] >= 1) // Line 111
{
return SendClientMessage(playerid, -1, "You are not an admin!");
}
else
{
SetPlayerTeam(playerid, TEAM_ADMINS);
GameTextForPlayer(playerid, "~r~Admins", 1000, 3);
}
}
pawn Код:
if (PlayerInfo[playerid][pAdmin] >= 1)
{
Код:
at the end of ** if (PlayerInfo[playerid][pAdmin] >= 1) ** dont type ; problem replace => to >=
Код:
Dont Forgot the +rep if working