06.04.2014, 09:48
see the last code i show you thats fixed one i compile it now warnings, and error.
or you should type "return 1;"
like this at this line :-
to this:-
or you should type "return 1;"
like this at this line :-
pawn Код:
else SendClientMessage(playerid, COLOR_RED, "ERROR: invalid playerid");
}
pawn Код:
else SendClientMessage(playerid, COLOR_RED, "ERROR: invalid playerid");
return 1;
}