putplayerinvehicle problem
#3

Its possible to put player in vehicle with set player pos...

my code looks like that:
Код:
	dcmd_stunt(playerid,params[])
{
	#pragma unused params
 {
   	SetPlayerPos(playerid,-2402.2542,734.2985,35.0156);
   	SetPlayerVirtualWorld(playerid,5);
   	}
	  new string[256];
  		new pName[30];
   	GetPlayerName(playerid, pName, 30);
   	format(string, 280, "[/stunt] %s Prisijungл б stunt юaidimа", pName);
   	SendClientMessageToAll(ORRANGE, string);
    PutPlayerInVehicle(playerid, stuntcar, 0);
   	return 1;
   	}
But player is not puting in the nrg, what wrong?
Reply


Messages In This Thread
putplayerinvehicle problem - by jaksimaksi - 19.02.2010, 16:43
Re: putplayerinvehicle problem - by ¤Adas¤ - 19.02.2010, 17:04
Re: putplayerinvehicle problem - by jaksimaksi - 19.02.2010, 17:39
Re: putplayerinvehicle problem - by kLx - 19.02.2010, 17:41
Re: putplayerinvehicle problem - by jaksimaksi - 19.02.2010, 18:09
Re: putplayerinvehicle problem - by ¤Adas¤ - 19.02.2010, 18:35
Re: putplayerinvehicle problem - by jaksimaksi - 19.02.2010, 18:54
Re: putplayerinvehicle problem - by BlackFoX - 19.02.2010, 19:02
Re: putplayerinvehicle problem - by jaksimaksi - 19.02.2010, 19:11
Re: putplayerinvehicle problem - by BlackFoX - 19.02.2010, 19:15

Forum Jump:


Users browsing this thread: 1 Guest(s)