ChangeVehiclePaintJob not working?
#3

pawn Код:
if(strcmp(cmd, "/paint", true) == 0)
{
if(IsPlayerInAnyVehicle(playerid))
{
  ChangeVehiclePaintjob(GetPlayerVehicleID(playerid), 0);
}
else return SendClientMessage(playerid, COLOR_RED, "[ERROR]: You need to be in a vehicle!");
return 1;
}
The J needs to be lower case and you dont need the vehicle ID in a variable

EDIT: Sandra said about the J first
Reply


Messages In This Thread
ChangeVehiclePaintJob not working? - by TheAngel105 - 14.03.2009, 17:36
Re: ChangeVehiclePaintJob not working? - by Sandra18[NL] - 14.03.2009, 17:42
Re: ChangeVehiclePaintJob not working? - by ICECOLDKILLAK8 - 14.03.2009, 17:43
Re: ChangeVehiclePaintJob not working? - by _TeRmiNaToR_ - 14.03.2009, 19:13
Re: ChangeVehiclePaintJob not working? - by MenaceX^ - 14.03.2009, 19:19
Re: ChangeVehiclePaintJob not working? - by TheAngel105 - 14.03.2009, 19:52

Forum Jump:


Users browsing this thread: 1 Guest(s)