10.09.2018, 22:31
Quote:
I followed both tips:
pawn Код:
pawn Код:
|
PHP код:
new Float:PizzaDeliveryLocation[][] =
{
{2065.9780, -1703.4775, 14.1484},
{2068.2600, -1656.4601, 13.5469},
{2068.8579, -1643.8237, 13.5469},
{2068.7437, -1628.9187, 13.8762}
};
PHP код:
PizzaJobCheckpoint = CreateDynamicCP(PizzaDeliveryLocation[rand][0],PizzaDeliveryLocation[rand][1],PizzaDeliveryLocation[rand][2], 5.0, -1, -1, -1, 9999999999.0);