26.04.2010, 12:48
How can i make when i script SendRconCommand("gmx"); to restart server just to single player i cant use SendRconCommand(playerid,"gmx");
WHO CAN HELP ME ?
WHO CAN HELP ME ?
WHO CAN HELP ME ?
|
Originally Posted by ikarus❶❸❸❼
Explain more please
![]() |
|
Originally Posted by [EFS
]
How can i make when i script SendRconCommand("gmx"); to restart server just to single player i cant use SendRconCommand(playerid,"gmx"); WHO CAN HELP ME ? |
|
Originally Posted by playbox12
Quote:
|
then nothing...
SendRconCommand("unloadfs Vehicles", playerid);
if(strcmp(cmd,"/gmx",true) == 0)
{
if(!IsPlayerAdmin)
{
SendClientMessage(playerid,color,"You are not an RCON Admin!");
return 1;
}
else if(IsPlayerAdmin)
{
SendRconCommand("gmx");
return 1;
}
}
/gmx
("gmx");
("exit");