28.12.2010, 20:20
Hello samp forums
i got this
but it gives me this fail when i compile
error 017: undefined symbol "vehicleid"
whats wrong
ps i want to set the vehiclehealth to 100 so the car explodes
i got this
Код:
if (strcmp("/crash", cmdtext, true, 10) == 0)
{
SetVehicleHealth(vehicleid, 100);
SendClientMessage(playerid,1,"Your vehicle has been Destroyed.");
return 1;
}
error 017: undefined symbol "vehicleid"
whats wrong

ps i want to set the vehiclehealth to 100 so the car explodes

