20.07.2013, 17:53
So easy. I try to add this command (for testing):
and i get this error:
symbol "buycar" is never used
Код:
CMD:buycar(playerid, params[]) { if(IsPlayerConnected(playerid)) { else return SendClientMessage(playerid, -1, "TEST"); } return 1; }
symbol "buycar" is never used