06.01.2012, 22:25
The code don't work because you have opened 3 of this brackets: { and closed only one.
pawn Код:
CMD:sasgate(playerid, params[])
{
if(playerVariables[playerid][pGroup] == 5)
{
MoveObject(objectname, -411.60000610352, 1362, 14.800000190735, 1);
{
else if [pGroup] >= 5) retrun SendClientMessage(playerid, COLOR_RED, "You are not apart of the S.A.S!");
}
}
return 1;
}