25.07.2013, 08:47
Don't use it like that, use
You don't change a public call..
EDIT:Sorry didn't realise about that mypickup thing, use the code above now, will work.
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == mypickup)
{
EDIT:Sorry didn't realise about that mypickup thing, use the code above now, will work.