14.06.2009, 13:12
Hi men
in the gamemode is this code
and i need help. How i can connect to the server without delete this code ? how i must make a [FS] ? pls help me
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; }