[Pedido] Spawn Aleatorio !
#2

Код:
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_[0][random(sizeof(Spw_))], Spw_[1][random(sizeof(Spw_))], Spw_[2][random(sizeof(Spw_))]);
	
	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)