how do i create weapon spawns
#10

weapon1 = AddStaticPickup(348, 2, -1517.1525,12.8695,7.2583);// 2 is the type, respawns after a little while, change x, y, z coords and modelId (listed below)

if(pickupid == weapon1)
{
GivePlayerWeapon(playerid,348,150);//WeaponId you modify to your weapon, below... and you should also modify ammo...
}

And i also have the new weapon1 at the top and i only want one gun and the errors i get is.
C:\Users\Chase Steinhauser\Desktop\LSRCR\gamemodes\chasescopsandr obbers.pwn(3626) : error 017: undefined symbol "pickupid"
C:\Users\Chase Steinhauser\Desktop\LSRCR\gamemodes\chasescopsandr obbers.pwn(362 : error 017: undefined symbol "playerid"
Reply


Messages In This Thread
how do i create weapon spawns - by johnathon956 - 31.01.2010, 15:17
Re: how do i create weapon spawns - by Fedee! - 31.01.2010, 15:23
Re: how do i create weapon spawns - by johnathon956 - 31.01.2010, 15:40
Re: how do i create weapon spawns - by 02manchestera - 31.01.2010, 15:50
Re: how do i create weapon spawns - by hvampire - 31.01.2010, 16:22
Re: how do i create weapon spawns - by johnathon956 - 31.01.2010, 16:54
Re: how do i create weapon spawns - by bajskorv123 - 31.01.2010, 17:20
Re: how do i create weapon spawns - by johnathon956 - 31.01.2010, 18:08
Re: how do i create weapon spawns - by hvampire - 01.02.2010, 00:11
Re: how do i create weapon spawns - by aceisnice - 24.08.2010, 09:18

Forum Jump:


Users browsing this thread: 1 Guest(s)