help with Pickup
#1

I put thos pickUP in my gamemode to cheng the car in race and they work but the Problem they are down not like the poss Z I put if but the poss Z 5 it be in poss Z 0 why
pawn Код:
new Infernus;
new Infernus1;
new MonsterA;
new Sanchez;
new nrg;
new Vortex;
new Rustler;

public OnGameModeInit()
{
 
    Infernus = CreatePickup(1239, 14, 53.455848, -1525.799438, 4.697053, -1);
    Infernus1 = CreatePickup(1239, 14, -2286.081542, -2086.016357, 117.284858, -1);
    MonsterA = CreatePickup(1239, 14, 1308, -3740, 18, -1);
    Sanchez = CreatePickup(1239, 14, 1307, -3905, 9, -1);
    nrg = CreatePickup(1239, 14, 352, -3918, 13, -1);
    Vortex = CreatePickup(1239, 2, 1442, -4050, 1, -1);
    Rustler = CreatePickup(1239, 14, 1251, -3995, 9, -1);
    return 1;
}
Reply


Messages In This Thread
help with Pickup - by cca - 15.07.2010, 21:10
Re: help with Pickup - by zSuYaNw - 15.07.2010, 21:44
Re: help with Pickup - by cca - 15.07.2010, 23:19
Re: help with Pickup - by oliverrud - 15.07.2010, 23:30
Re: help with Pickup - by zSuYaNw - 15.07.2010, 23:57
Re: help with Pickup - by cca - 16.07.2010, 02:12
Re: help with Pickup - by cca - 16.07.2010, 12:56
Re: help with Pickup - by cca - 16.07.2010, 16:28
Re: help with Pickup - by DJDhan - 16.07.2010, 17:07
Re: help with Pickup - by cca - 17.07.2010, 10:48

Forum Jump:


Users browsing this thread: 1 Guest(s)