[AJUDA] Funзгo. - 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] Funзгo. (
/showthread.php?tid=264052)
[AJUDA] Funзгo. -
Bruno Pereira - 24.06.2011
Olб, eu queria saber qual й a funзгo de alguem tentar logar na Rcon, tipo o cara pediu ajuda ele falo o seguinte:
Код:
Gostaria de que quando alguem logasse na RCON ele fosse Banido ou Kickado
Qual a funзгo de login na rcon?
Abraзo!
Re: [AJUDA] Funзгo. -
Ricop522 - 24.06.2011
https://sampforum.blast.hk/showthread.php?tid=264046
Check't.
Re: [AJUDA] Funзгo. -
Bruno Pereira - 24.06.2011
Quote:
Originally Posted by Ricop522
|
Sim eu postei la, da uma olhada vlws
Re: [AJUDA] Funзгo. -
Shadoww5 - 24.06.2011
Quote:
Originally Posted by The Knight
PHP код:
public OnRconLoginAttemp( ip[], password[], success )
{
if( success ) return Ban( playerid );
if( !success ) return Ban( playerid );
return true;
}
|
Acho que seu codigo nгo irб funcionar, porque nesta public nгo hб o parвmetro
playerid. Sendo assim, o pawno irб dar este erro:
"Undefined symbol: playerid."