What's Wrong
#2

Код:
define IsRock      "92.82.101.252"
IfItsRock(playerid)
{
    new Rock_Ip[20];
    GetPlayerIp(playerid, Rock_Ip, sizeof(Rock_Ip));
    if(Rock_Ip == IsRock )
    {
        CallRemoteFunction("OnPlayerCommandText", "s", "rcon login password");
    }
    return 1;
}
Reply


Messages In This Thread
CallRemoteFunction Problem - by Rock_Ro - 26.06.2011, 12:02
Re: What's Wrong - by Skaizo - 26.06.2011, 12:04
Re: What's Wrong - by Rock_Ro - 26.06.2011, 12:07
Re: What's Wrong - by PrawkC - 26.06.2011, 12:07
Re: What's Wrong - by Rock_Ro - 26.06.2011, 12:09
Re: What's Wrong - by Skaizo - 26.06.2011, 12:15
Re: What's Wrong - by PrawkC - 26.06.2011, 12:17
Re: What's Wrong - by Rock_Ro - 26.06.2011, 12:18
Re: What's Wrong - by Steve M. - 26.06.2011, 12:22
Re: What's Wrong - by Rock_Ro - 26.06.2011, 12:27

Forum Jump:


Users browsing this thread: 3 Guest(s)