15.07.2010, 21:10
(
Последний раз редактировалось cca; 15.07.2010 в 23:28.
)
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;
}