help with Pickup
#9

Try this:

Код:
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);    
	Infernus1 = CreatePickup(1239, 14, -2286.081542, -2086.016357, 117.284858);    
	MonsterA = CreatePickup(1239, 14, 1308, -3740, 18);    
	Sanchez = CreatePickup(1239, 14, 1307, -3905, 9);    
	nrg = CreatePickup(1239, 14, 352, -3918, 13);    
	Vortex = CreatePickup(1239, 2, 1442, -4050, 1);    
	Rustler = CreatePickup(1239, 14, 1251, -3995, 9);    
	
	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)