Posts: 26
Threads: 11
Joined: Jan 2013
Reputation:
0
When i try to create a weapon pickup (Sniper Rifle at Area 51 HQ) It never works.
Could anyone write a script for me where it adds a pickup preferably at these Co-ords
211.8740,1810.2850,21.8672,356.3491
Posts: 1,594
Threads: 61
Joined: Oct 2009
Reputation:
0
AddStaticPickup(358, 2, 211.8740, 1810.2850, 21.8672, 0);
^Creates a Sniper Rifle at the stated coordinates, which can be picked up, and it respawns after some time. The pickup is created in Virtual World 0.
Place it under OnGameModeInit/OnFilterScriptInit (or at some other place, if you need it there).
Posts: 26
Threads: 11
Joined: Jan 2013
Reputation:
0
Thank you Jeffry!
Im currently remaking the Reborn Dudes Clan's Gamemode script, so far so good!
Posts: 1,594
Threads: 61
Joined: Oct 2009
Reputation:
0
Cheers. Glad I could help.
Good luck!