21.02.2010, 11:48
Please, help-me!
message not appears, and my error is: undefined symbol 'playerid', how to fix it?
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));
}
}