Help with on dialog response
#9

You need to declare a Pickup.

like:
pickupdeathmatch = CreatePickup(...

and also add new pickupdeathmatch;

Then in that callback you check if the player picked up that pickup with the id.

Code:
if(pickupid == pickupdeathmatch)
{
//CODE
}
Reply


Messages In This Thread
Help with on dialog response - by LeXuZ - 01.12.2014, 18:07
Re: Help with on dialog response - by Runn3R - 01.12.2014, 18:16
Re: Help with on dialog response - by LeXuZ - 01.12.2014, 18:28
Re: Help with on dialog response - by Runn3R - 01.12.2014, 18:31
Re: Help with on dialog response - by LeXuZ - 01.12.2014, 18:32
Re: Help with on dialog response - by Runn3R - 01.12.2014, 18:39
Re: Help with on dialog response - by LeXuZ - 01.12.2014, 18:43
Re: Help with on dialog response - by LeXuZ - 01.12.2014, 19:19
Re: Help with on dialog response - by Runn3R - 01.12.2014, 19:24
Re: Help with on dialog response - by LeXuZ - 01.12.2014, 19:30

Forum Jump:


Users browsing this thread: 1 Guest(s)