[AJUDA] RconCommand - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] RconCommand (
/showthread.php?tid=179851)
[AJUDA] RconCommand -
EduardoDj - 28.09.2010
Como eu faзo para colocar esse comando sу para um admin rcon usar?
pawn Код:
else if(strcmp(cmd,"/gmx",true)==0)
{
if(IsPlayerAdmin(playerid)) SendClientMessage(playerid,ServerColor2,"(ERROR): Vocк Precisa Ser AdminRcon para Usar Esse Comando.");
else SendRconCommand("gmx");
return 1;
Respuesta: [AJUDA] RconCommand -
Lipepva - 28.09.2010
pawn Код:
if(strcmp(cmd, "/gmx", true) == 0)
{
if(IsPlayerAdmin(playerid))
{
SendRconCommand("gmx");
}
else
{
SendClientMessage(playerid,0x004080AA,"(ERROR): Vocк Precisa Ser AdminRcon para Usar Esse Comando.");
}
return 1;
}
Re : Respuesta: [AJUDA] RconCommand -
EduardoDj - 28.09.2010
Quote:
Originally Posted by Lipepva
pawn Код:
if(strcmp(cmd, "/gmx", true) == 0) { if(IsPlayerAdmin(playerid)) { SendRconCommand("gmx"); } else { SendClientMessage(playerid,0x004080AA,"(ERROR): Vocк Precisa Ser AdminRcon para Usar Esse Comando."); } return 1; }
|
vlw ae brow