Help Tele cmd
#1

I want to make a cmd for a admin use only for tping but idk how so can some one help me.
Reply
#2

http://forum.sa-mp.com/index.php?action=search
http://forum.sa-mp.com/index.php?topic=94387.0
Reply
#3

ok thanks
Reply
#4

Use this

Код:
public OnGameModeInit( )
{
  AllowAdminTeleport(1);
}
for RCON admins to teleport with the use of the GTA:SA map, just add red blip and you will be teleported on that spot.
Reply
#5

what do you mean?
Reply
#6

I think he was talking about command teleports? In which case, you need something like this in the command:

if(IsPlayerAdmin(playerid))
{
//do stuff
}
Reply
#7

sorry i am a noob at scripting so put it in this
public OnPlayerCommandText(playerid, cmdtext[])
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)