Posts: 118
Threads: 28
Joined: Apr 2009
Reputation:
0
I want to make a cmd for a admin use only for tping but idk how so can some one help me.
Posts: 1,293
Threads: 6
Joined: Jul 2008
Reputation:
0
I think he was talking about command teleports? In which case, you need something like this in the command:
if(IsPlayerAdmin(playerid))
{
//do stuff
}
Posts: 118
Threads: 28
Joined: Apr 2009
Reputation:
0
sorry i am a noob at scripting so put it in this
public OnPlayerCommandText(playerid, cmdtext[])