Creating a weapon pickup?
#5

public OnGameModeInit()
{
new pickup;
pickup = CreatePickup(359,2,19955.5645,-1615.6426,33.4479,-1);
return 1;
}



public OnPlayerPickUpPickup(playerid, pickupid)
{
if(359 == (pickup)) GivePlayerWeapon(35,10);
}




and then it goes


C:\Users\Angelo\Desktop\Grand Theft Auto -San Andreas\gamemodes\CountryStuff.pwn(383) : warning 204: symbol is assigned a value that is never used: "pickup"
C:\Users\Angelo\Desktop\Grand Theft Auto -San Andreas\gamemodes\CountryStuff.pwn(521) : error 017: undefined symbol "pickup"
C:\Users\Angelo\Desktop\Grand Theft Auto -San Andreas\gamemodes\CountryStuff.pwn(521) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
Creating a weapon pickup? - by Angelo94 - 08.11.2009, 12:36
Re: Creating a weapon pickup? - by Infamous - 08.11.2009, 12:49
Re: Creating a weapon pickup? - by Angelo94 - 08.11.2009, 12:59
Re: Creating a weapon pickup? - by Infamous - 08.11.2009, 13:08
Re: Creating a weapon pickup? - by Angelo94 - 08.11.2009, 13:32
Re: Creating a weapon pickup? - by member - 08.11.2009, 14:04
Re: Creating a weapon pickup? - by niCe - 12.11.2009, 08:14
Re: Creating a weapon pickup? - by Peter_Corneile - 12.11.2009, 08:26
Re: Creating a weapon pickup? - by Aerotactics - 26.06.2013, 16:27
Re: Creating a weapon pickup? - by Aerotactics - 26.06.2013, 16:29

Forum Jump:


Users browsing this thread: 2 Guest(s)