25.12.2018, 10:26
Hey!
I'm currently working on include, and I've added
forward OnPlayerPickUpPickup(playerid, pickupid);
public OnPlayerPickUpPickup(playerid, pickupid)
...
In it, but for some reason even tho pickups are created, it doesnt make the sound of getting picked up, neither does give me what I wrote in code which is nitro. What could be problem? should I define it differently because its include or ?
I'm currently working on include, and I've added
forward OnPlayerPickUpPickup(playerid, pickupid);
public OnPlayerPickUpPickup(playerid, pickupid)
...
In it, but for some reason even tho pickups are created, it doesnt make the sound of getting picked up, neither does give me what I wrote in code which is nitro. What could be problem? should I define it differently because its include or ?