Posts: 32
Threads: 7
Joined: Apr 2010
Reputation:
0
What to do after entry to the pickup, the "name" something happened? I'm trying to OnPlayerPickuUp but not quite what's lurking. Can someone explain what is going on?
Posts: 1,047
Threads: 23
Joined: Jun 2009
new MYpickup;
...
MYpickup = CreatePickup/AddStaticPickup
...
OnPlayerPickupPickup(playerid,pickupid){
if(pickupid == MYpickup){
..
understand?