16.12.2009, 10:10
Is there a way to create your own RCON commands?
:P
:P
Originally Posted by mavtias
Is there a way to create your own RCON commands?
:P |
Originally Posted by mavtias
Is there a way to create your own RCON commands?
:P |
Originally Posted by TheOneThatOwnZ
Or you could do is:
use IsPlayerAdmin Add your commands under OnPlayerText then login to rcon and your commands would work. |
forward OnRconCommand(playerid,cmd[]);
public OnRconCommand(playerid,cmd[]) return 0;
Originally Posted by Angel φ
Don Correlli , you wrong. You can in gamemode too , but you must put in a filterscript which is used ,
pawn Код:
|
Originally Posted by Angel φ
Don Correlli , you wrong. You can in gamemode too , but you must put in a filterscript which is used ,
pawn Код:
|