Two doubt about SA: MP 0.3 scripting
#4

Quote:
Originally Posted by [Tomo
NomNom ]
Do you mean you are using the model ID to put a player in a vehicle?
Look at my script filterscripts\gl_npcs:

Код:
 	else if(!strcmp(playername,"NevadaSF",true)) {
 	  SetSpawnInfo(playerid,69,61,0.0,0.0,0.0,0.0,-1,-1,-1,-1,-1,-1);
Код:
 	else if(!strcmp(playername,"NevadaSF", true)) {
		PutPlayerInVehicle(playerid,553,0);
		SetPlayerColor(playerid,0xFFFFFFFF);
In PutPlayerInVehicle(playerid,vehicleid,seatid), I'm using the ID of the vehicle (which is 533), but instead of appearing a Nevada appears a car

I'm using the Game Mode Grand Larceny
Reply


Messages In This Thread
Two doubt about SA: MP 0.3 scripting - by TheNooB - 07.09.2009, 18:35
Re: Two doubt about SA: MP 0.3 scripting - by mini_tomo_2 - 07.09.2009, 18:39
Re: Two doubt about SA: MP 0.3 scripting - by Zezombia - 07.09.2009, 18:51
Re: Two doubt about SA: MP 0.3 scripting - by TheNooB - 07.09.2009, 18:55
Re: Two doubt about SA: MP 0.3 scripting - by Joske_Vermeulen - 07.09.2009, 18:56
Re: Two doubt about SA: MP 0.3 scripting - by TheNooB - 07.09.2009, 19:35

Forum Jump:


Users browsing this thread: 2 Guest(s)