07.01.2011, 07:18
Erf, i have that's error :
error 017: undefined symbol "vehicleid"
What should i do ?
error 017: undefined symbol "vehicleid"
Код:
new index, cmd[20]; cmd = strtok(cmdtext, index); if(strcmp(cmd, "/soigner", true) == 0) { new vid = GetVehicleModel(vehicleid); if(vid != 416) return SendClientMessage(playerid, COLOR_RED, "[x] Vous n'кtes pas dans une ambulance !"); new seat = GetPlayerVehicleSeat(playerid); if(seat == 1 || seat == 2 || seat == 3) {
What should i do ?