[AJUDA] Comandos - 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] Comandos (
/showthread.php?tid=228625)
[AJUDA] Comandos -
[AF]Junior - 20.02.2011
pawn Код:
if(strcmp(cmdtext,"/portaoadmin",true)==0)//portao aberto
{
MoveObject(Portao1Admin, -1184.2901611328, -996.14276123047, 123.37306976318 , 5.00);
return 1;
}
Esse comando tem que ser sу pra admin logado na rcon, tentei o carai a 4 e usei search mas nгo encontrei...
Ajuda aк,. como faзo pra sу administrador usar e se o player nao for admin avisar VOcк nгo й um admin, tipo assim...
Abraзo...
Re: [AJUDA] Comandos -
Baddark2131 - 20.02.2011
pawn Код:
if(strcmp(cmdtext,"/portaoadmin",true)==0)//portao aberto
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,COR,"Vocк nгo estб na Rcon");
MoveObject(Portao1Admin, -1184.2901611328, -996.14276123047, 123.37306976318 , 5.00);
return 1;
}
Dificil nй ?
Re: [AJUDA] Comandos -
[AF]Junior - 20.02.2011
muito...