[Pedido] Spawn Aleatorio !
#4

Se este code nгo funfar, tente este, pois eu nгo posso testб-lo:

Код:
stock SpawnEx(playerid)
{
	new Float:Spw_[][] =
	{
		{0.0, 0.0, 0.0},
		{0.0, 0.0, 0.0},
		{0.0, 0.0, 0.0}
	};
	
	SetPlayerPos(playerid, Spw_[random(sizeof(Spw_))][0], Spw_[random(sizeof(Spw_))][1], Spw_[random(sizeof(Spw_))][2]);
	
	return true;
}
Reply


Messages In This Thread
Spawn Aleatorio ! - by SmokiieGamer - 06.09.2016, 11:02
Re: Spawn Aleatorio ! - by F1N4L - 06.09.2016, 11:48
Re: Spawn Aleatorio ! - by SmokiieGamer - 06.09.2016, 11:59
Re: Spawn Aleatorio ! - by F1N4L - 06.09.2016, 12:09
Re: Spawn Aleatorio ! - by Stuntff - 06.09.2016, 12:15
Re: Spawn Aleatorio ! - by PacManBRsPWN - 06.09.2016, 19:04
Re: Spawn Aleatorio ! - by F1N4L - 06.09.2016, 19:14
Re: Spawn Aleatorio ! - by OtimoJogo - 06.09.2016, 19:15

Forum Jump:


Users browsing this thread: 1 Guest(s)