How to send..
#9

pawn Код:
new bool:variable=0;//set to 0 means haven't gone to the pickup

OnPlayerPickUpPickup ()
{
//.... your stuff
  if (!variable)
  {
     SendClientMessage();//your message
     variable=1;
  }
}
If go to the pickup again it will not show message.

P.S. However i do not prefer this way, anyway...
Reply


Messages In This Thread
How to send.. - by Torran - 19.03.2010, 23:23
Re: How to send.. - by zallomallo - 19.03.2010, 23:24
Re: How to send.. - by Torran - 19.03.2010, 23:25
Re: How to send.. - by zallomallo - 19.03.2010, 23:27
Re: How to send.. - by Torran - 19.03.2010, 23:28
Re: How to send.. - by gotenks918 - 19.03.2010, 23:28
Re: How to send.. - by zallomallo - 19.03.2010, 23:30
Re: How to send.. - by Torran - 19.03.2010, 23:31
Re: How to send.. - by bilakispa - 19.03.2010, 23:36
Re: How to send.. - by zallomallo - 19.03.2010, 23:37

Forum Jump:


Users browsing this thread: 1 Guest(s)