[HELP] Finding a X Y Z
#5

If i do this command, would it work?:

Code:
if(strcmp(cmd, "/teleport", true) == 0)
 {
 if (PlayerInfo[playerid][pAdmin] >= 5)
  {
  SetPlayerPos(playerid,1520.9598,-1011.1766,24.6362);
   }
   else
    {
    SendClientMessage(playerid, COLOR_GRAD1, " You are not authorized to use that command!");
    }
    }
   return 1;
   }
Reply


Messages In This Thread
[HELP] Finding a X Y Z - by Gummy Bear - 17.04.2010, 18:51
Re: [HELP] Finding a X Y Z - by ¤Adas¤ - 17.04.2010, 18:53
Re: [HELP] Finding a X Y Z - by karmancho - 17.04.2010, 18:54
Re: [HELP] Finding a X Y Z - by Gummy Bear - 17.04.2010, 18:58
Re: [HELP] Finding a X Y Z - by Gummy Bear - 17.04.2010, 19:04
Re: [HELP] Finding a X Y Z - by karmancho - 17.04.2010, 19:13
Re: [HELP] Finding a X Y Z - by ¤Adas¤ - 17.04.2010, 19:21
Re: [HELP] Finding a X Y Z - by karmancho - 17.04.2010, 19:29
Re: [HELP] Finding a X Y Z - by ¤Adas¤ - 17.04.2010, 19:32
Re: [HELP] Finding a X Y Z - by Torran - 17.04.2010, 20:09

Forum Jump:


Users browsing this thread: 1 Guest(s)