Cp doesn't work
#10

Quote:
Originally Posted by KinderClans
Посмотреть сообщение
I followed both tips:

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);
But nothing.
Try this

PHP код:
new Float:PizzaDeliveryLocation[][] =
{
{
2065.9780, -1703.477514.1484},
{
2068.2600, -1656.460113.5469},
{
2068.8579, -1643.823713.5469},
{
2068.7437, -1628.918713.8762}
}; 
PHP код:
PizzaJobCheckpoint CreateDynamicCP(PizzaDeliveryLocation[rand][0],PizzaDeliveryLocation[rand][1],PizzaDeliveryLocation[rand][2], 5.0, -1, -1, -19999999999.0); 
Reply


Messages In This Thread
Cp doesn't work - by KinderClans - 10.09.2018, 21:27
Re: Cp doesn't work - by Undef1ned - 10.09.2018, 21:38
Re: Cp doesn't work - by KinderClans - 10.09.2018, 21:46
Re: Cp doesn't work - by KinderClans - 10.09.2018, 21:51
Re: Cp doesn't work - by Undef1ned - 10.09.2018, 21:57
Re: Cp doesn't work - by Macronix - 10.09.2018, 22:02
Re: Cp doesn't work - by KinderClans - 10.09.2018, 22:17
Re: Cp doesn't work - by Macronix - 10.09.2018, 22:20
Re: Cp doesn't work - by KinderClans - 10.09.2018, 22:31
Re: Cp doesn't work - by Undef1ned - 10.09.2018, 22:31

Forum Jump:


Users browsing this thread: 1 Guest(s)