23.04.2012, 18:04
i have this code
when i compile my code pawn says
how can i solve this?
Please help!
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/mycommand", cmdtext, true, 10) == 0) { TuneVehicleRandomly(vehicleid); return SendClientMessage(playerid,-1,"Your car has been tuned."); return 1; } return 0; }
Код:
C:\Users\Acer\Desktop\sЂrvЂr\AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\filterscripts\randomtuning.pwn(212) : error 017: undefined symbol "vehicleid"
Please help!