SetPlayerPosition
#3

Код:
new Float:OOCPrisonSpawns[3][3] = {
	{-304.4369,1894.9891,29.8929},
	{-295.9042,1894.9121,29.8929},
	{-287.1133,1894.6259,29.8929}
};
Код:
			new rand = random(sizeof(OOCPrisonSpawns));
			Streamer_UpdateEx(giveplayerid, OOCPrisonSpawns[rand][0], OOCPrisonSpawns[rand][1], OOCPrisonSpawns[rand][2]);
			SetPlayerPos(giveplayerid, OOCPrisonSpawns[rand][0], OOCPrisonSpawns[rand][1], OOCPrisonSpawns[rand][2]);
Alittle tired.. hope this helped


Change the Cords to yours.
Reply


Messages In This Thread
SetPlayerPosition - by Vizi - 23.08.2012, 06:34
Re: SetPlayerPosition - by _Khaled_ - 23.08.2012, 06:39
Re: SetPlayerPosition - by Akira297 - 23.08.2012, 06:39
Re: SetPlayerPosition - by RenSoprano - 23.08.2012, 06:41
Re: SetPlayerPosition - by _Khaled_ - 23.08.2012, 06:42
Re: SetPlayerPosition - by _Khaled_ - 23.08.2012, 06:44
Re: SetPlayerPosition - by Vizi - 23.08.2012, 06:44

Forum Jump:


Users browsing this thread: 1 Guest(s)