HELP!
#1

I wanna add
PHP код:
GetPlayerName(playeridnamesizeof(name)); 
in
PHP код:
public OnRconLoginAttempt(ip[], password[], success)
{
    return 
1;

but it's giving errors on playerid



i wanna code it like this:

PHP код:
public OnRconLoginAttempt(ip[], password[], success)
{
   if(
success)
  {
       new 
name[MAX_PLAYER_NAME], string[128];
       
GetPlayerName(playeridnamesizeof(name));
       
format(stringsizeof(string), "{FF6600}%s {FFFFFF} has logged in as RCON Administrator"name);
       
SendClientMessageToAll(COLOR_WHITEstring);
       return 
1;
   }

Reply


Messages In This Thread
HELP! - by DeStRoY232 - 19.09.2017, 13:37
Re: HELP! - by StrikerZ - 19.09.2017, 13:37
Re: HELP! - by DeStRoY232 - 19.09.2017, 13:39
Re: HELP! - by Eoussama - 19.09.2017, 13:41
Re: HELP! - by StrikerZ - 19.09.2017, 13:41
Re: HELP! - by DeStRoY232 - 19.09.2017, 13:44
Re: HELP! - by StrikerZ - 19.09.2017, 13:45
Re: HELP! - by DeStRoY232 - 19.09.2017, 13:46

Forum Jump:


Users browsing this thread: 1 Guest(s)