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