"error 017: undefined symbol "vehicleid"" problem.
#1

public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/droppanels", cmdtext, true, 10) == 0)
{
GetVehicleDamageStatus(vehicleid, panels, doors, lights, tires);
UpdateVehicleDamageStatus(vehicleid, 15, doors, lights, tires);
return 1;
}
return 0;
}

That's the command it's saying is wrong. The error message comes up with: "error 017: undefined symbol "vehicleid""
Reply


Messages In This Thread
"error 017: undefined symbol "vehicleid"" problem. - by OMonger - 31.01.2015, 12:34
Re: "error 017: undefined symbol "vehicleid"" problem. - by nezo2001 - 31.01.2015, 12:39
Re: "error 017: undefined symbol "vehicleid"" problem. - by OMonger - 31.01.2015, 12:46
Re: "error 017: undefined symbol "vehicleid"" problem. - by nezo2001 - 31.01.2015, 12:52
Re: "error 017: undefined symbol "vehicleid"" problem. - by OMonger - 31.01.2015, 12:53
Re: "error 017: undefined symbol "vehicleid"" problem. - by nezo2001 - 31.01.2015, 12:55

Forum Jump:


Users browsing this thread: 2 Guest(s)