24.08.2010, 09:18
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"
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
