[Help] 0.3 GUI Menu
#3

On top of the script:

pawn Код:
forward CheckPlayerPos(playerid);
Under OnGameModeInit:

pawn Код:
SetTimer("CheckPlayerPos", 3000, 1);
At the end of your script:

pawn Код:
public CheckPlayerPos(playerid)
{
  IsPlayerInRangeOfPoint(playerid, Float:range, Float:x, Float:y, Float:z)
  {
    // The DialogShow code here.
  }
  return 1;
}
Reply


Messages In This Thread
[Help] 0.3 GUI Menu - by alex1a - 02.12.2009, 01:30
Re: [Help] 0.3 GUI Menu - by alex1a - 02.12.2009, 07:09
Re: [Help] 0.3 GUI Menu - by Zeromanster - 02.12.2009, 09:24
Re: [Help] 0.3 GUI Menu - by alex1a - 02.12.2009, 13:17
Re: [Help] 0.3 GUI Menu - by pagie1111 - 02.12.2009, 13:33

Forum Jump:


Users browsing this thread: 1 Guest(s)