13/05/2021 08:57 
	
	
	
		Use como exemplo:
	
	
	
	
Código PHP:
new Float:Rotas_Plantar[][11] =
{
    {-2501.8293,-2580.5286,70.2651},
    {-2497.5786,-2580.3533,70.4259},
    {-2490.8821,-2580.6663,70.6557},
    {-2487.6008,-2580.6702,70.7743},
    {-2485.4519,-2583.6624,70.7321},
    {-2490.4270,-2585.0120,70.4979},
    {-2484.4314,-2587.9077,70.5988},
    {-2494.3198,-2589.3127,70.1846},
    {-2502.8594,-2586.8796,69.9731},
    {-2496.6804,-2583.9797,70.3130}
}
new rand = random(sizeof(Rotas_Plantar));
SetPlayerCheckpoint(playerid, Rotas_Plantar[rand][0], Rotas_Plantar[rand][1], Rotas_Plantar[rand][2], 1.0);
            
