14.08.2009, 18:12
I got 2 error in this code
Why?
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == Deagle)
{
{
GivePlayerWeapon(playerid, 24, 500); //Give playerid Deagle with 500 ammo
return 1;
}

