Posts: 76
Threads: 25
Joined: Feb 2014
Reputation:
0
How do you not give you admin with rcon on ?
Posts: 76
Threads: 25
Joined: Feb 2014
Reputation:
0
I want you to connect with rcon can not do anything with it.
Posts: 150
Threads: 45
Joined: Mar 2012
PHP код:
ZCMD:kickme(playerid,params[])
{
if(IsPlayerAdmin(playerid))
{
Kick(playerid);
}
return 1;
}
Posts: 864
Threads: 57
Joined: Jan 2013
Reputation:
0
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.
Posts: 76
Threads: 25
Joined: Feb 2014
Reputation:
0
public OnRconCommand(cmd[])
{
return 1;
}
To go here 0?
Posts: 150
Threads: 45
Joined: Mar 2012