01.05.2011, 19:59
so you put
And also make sure your Coordinate are right
pawn Код:
//This at the top of your script
new drift1;
new drift2;
new drift3;
new drift4;
//and where did you put this ??
drift1 = CreatePickup (1318, 14, -2685.4143,1435.3947,7.1016, -1);
drift2 = CreatePickup (1318, 14, -2679.8274,1437.0120,7.1016, -1);
drift3 = CreatePickup (1318, 14, -2675.3167,1437.6591,7.0938, -1);
drift4 = CreatePickup (1318, 14, -2670.4824,1439.7909,7.1016, -1);

