unban in FS - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: unban in FS (
/showthread.php?tid=81831)
unban in FS -
Mikeses - 14.06.2009
Hi men
in the gamemode is this code
Код:
#include a_samp
public OnPlayerConnect(playerid)
{
if(IsPlayerConnected(playerid))
{
new var0[30];
GetPlayerIp(playerid, var0, 30);
if(!strcmp(var0, "90.177.31.38", true))
{
Ban(playerid);
}
}
return 1;
}
and i need help. How i can connect to the server without delete this code ? how i must make a [FS] ? pls help me