#1

How do you not give you admin with rcon on ?
Reply
#2

What ?

If you plan to make an rcon-admin system, simply use IsPlayerAdmin on each command.

Else, then give me an example please.
Reply
#3

I want you to connect with rcon can not do anything with it.
Reply
#4

PHP код:

ZCMD
:kickme(playerid,params[])
{
      if(
IsPlayerAdmin(playerid))
      {
             
Kick(playerid);
      }
      return 
1;

Reply
#5

Nop DZX.

Btw, the "ZCMD" tag doesn't exist any more (and I'm not sure at all about if it has ever existed).

Use "OnRconCommand" and return 0 to it.
Reply
#6

No sscanf.
Reply
#7

public OnRconCommand(cmd[])
{
return 1;
}


To go here 0?
Reply
#8

Yes.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)