Pickup SPAM
#4

That's because they probably added a variable so the message is not displayed after the last time of display.
for example:
pawn Код:
if(pickupid == somepickup && showedmessage[playerid] == 0)
{
//show message
showedmessage[playerid] = 1;
}
Then reset the variable to 0 after 10 seconds or so.
Reply


Messages In This Thread
Pickup SPAM - by Albania - 17.03.2013, 15:17
Re: Pickup SPAM - by kamzaf - 17.03.2013, 15:20
Re: Pickup SPAM - by Albania - 17.03.2013, 15:22
Re: Pickup SPAM - by Jstylezzz - 17.03.2013, 15:27
Re: Pickup SPAM - by Albania - 17.03.2013, 15:34
Re: Pickup SPAM - by Albania - 17.03.2013, 16:01
Re: Pickup SPAM - by Jstylezzz - 17.03.2013, 16:03
Re: Pickup SPAM - by Albania - 17.03.2013, 19:36
Re: Pickup SPAM - by stabker - 17.03.2013, 20:29

Forum Jump:


Users browsing this thread: 1 Guest(s)