10.09.2018, 22:17
I followed both tips:
But nothing.
pawn Код:
new Float:PizzaDeliveryLocation[][3] = {
{2065.9780 ,-1703.4775 ,14.1484},
{2068.2600 ,-1656.4601 ,13.5469},
{2068.8579 ,-1643.8237 ,13.5469},
{2068.7437 ,-1628.9187 ,13.8762}
};
pawn Код:
PizzaJobCheckpoint = CreateDynamicCP(PizzaDeliveryLocation[rand][0],PizzaDeliveryLocation[rand][1],PizzaDeliveryLocation[rand][2], 5, 0, 0, playerid, .streamdistance = 200.0);