[Ajuda] TAG
#3

pawn Код:
if(strfind(GetName(playerid), "[teste]", true) == 0){
            //funзгo
        }
fassa uma funзгo para n ter que ficar getando o nome do player como fiz


pawn Код:
stock GetName(playerid)
{
    new
        _PlayerName[MAX_PLAYER_NAME]
    ;
    GetPlayerName(playerid, _PlayerName, MAX_PLAYER_NAME);
    return _PlayerName;
}
Reply


Messages In This Thread
TAG - by Gleisson_. - 29.03.2013, 16:04
Re: TAG - by Supera - 29.03.2013, 16:08
Re: TAG - by Sky™ - 29.03.2013, 16:09
Re: TAG - by Gleisson_. - 29.03.2013, 16:10
Re: TAG - by Supera - 29.03.2013, 16:12
Re: TAG - by Gleisson_. - 29.03.2013, 16:13

Forum Jump:


Users browsing this thread: 1 Guest(s)