Comparing string :(
#8

Create this stock

Код:
stock GetName(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    return name;
}
Код:
if(strcmp(GetName(playerid), GroupInfo[9][gLeader], false) != 0) // Check if the player isn't the leader
Reply


Messages In This Thread
Comparing string :( - by Rudy_ - 15.10.2014, 12:34
Re: Comparing string :( - by Anzipane - 15.10.2014, 12:39
Re: Comparing string :( - by Rudy_ - 15.10.2014, 12:45
Re: Comparing string :( - by Anzipane - 15.10.2014, 12:47
Re: Comparing string :( - by Cell_ - 15.10.2014, 12:50
Re: Comparing string :( - by Rudy_ - 15.10.2014, 12:51
Re: Comparing string :( - by Rudy_ - 15.10.2014, 12:53
Re: Comparing string :( - by Blunt - 15.10.2014, 12:54
Re: Comparing string :( - by Cell_ - 15.10.2014, 13:21
Re: Comparing string :( - by Rudy_ - 15.10.2014, 13:29

Forum Jump:


Users browsing this thread: 3 Guest(s)