[Solved] AddVehicleComponent problem or something
#1

Well i work on these AddVehicleComponent thingy and all i got this

Код:
	new vehicle;
	if (strcmp("/nitro", cmdtext, true, 10) == 0)
	{
		AddVehicleComponent(vehicle,1010);
		SendClientMessage(playerid,0xFF9900AA,"Your Car Has Nitro Now");
		return 1;
	}
so when player type /nitro his car gets nitro but when i tested it just says "your car has nitro now" and the nitro doesnt appear=/
another thing if theres a tutorial for like "You need to be in a car to use this command!" to check if player is in vehicle (i know the CheckIfPlayerOnVehicle or something like that) but to know how to put it all together thanks.
Reply


Messages In This Thread
[Solved] AddVehicleComponent problem or something - by [Bm]rap45 - 14.11.2009, 04:29
Re: AddVehicleComponent problem or something - by Joe Staff - 14.11.2009, 06:17
Re: AddVehicleComponent problem or something - by [Bm]rap45 - 14.11.2009, 06:45

Forum Jump:


Users browsing this thread: 1 Guest(s)