Help with ChangeVehiclePaintjob
#1

Hello!
I'm trying to do a simple /paint cmd, and I get nothing...
there is the code:
Код:
if(strcmp(cmd, "/paint", true) == 0){
		if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_RED, "You need to be in a vehicle!");
		ChangeVehiclePaintjob(GetPlayerVehicleID(playerid), 0);
		return 1;
	}
Thank you for you'r help!
P.S
No errors, and the a_vhicles.inc included.
Reply
#2

Are you sure that vehicle you try to tune is tuneable, like not all vehicles can get tuned with paintjobs
Reply
#3

Can I please have the list of the cars the can be tuned?
Reply
#4

The cars you see on THIS link can be tunes
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)