[HELP] RCON and PLAYERID (PLEASE)
#1

Please, help-me!

pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(!success)
    {
    }
    else
    {
    new PlayerName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, PlayerName, MAX_PLAYER_NAME);
    SendRMsg(playerid,COLOR2, "You has logged as RCON Adminitrator. Account: %s", PlayerName(playerid));
    }
}
message not appears, and my error is: undefined symbol 'playerid', how to fix it?
Reply


Messages In This Thread
[HELP] RCON and PLAYERID (PLEASE) - by Jack321 - 21.02.2010, 11:48
Re: [HELP] RCON and PLAYERID (PLEASE) - by pyrodave - 21.02.2010, 12:33
Re: [HELP] RCON and PLAYERID (PLEASE) - by Jack321 - 27.02.2010, 23:27
Re: [HELP] RCON and PLAYERID (PLEASE) - by [HiC]TheKiller - 27.02.2010, 23:31
Re: [HELP] RCON and PLAYERID (PLEASE) - by Jack321 - 27.02.2010, 23:57
Re: [HELP] RCON and PLAYERID (PLEASE) - by Correlli - 27.02.2010, 23:59

Forum Jump:


Users browsing this thread: 1 Guest(s)