29.03.2013, 16:09
pawn Код:
if(strfind(GetName(playerid), "[teste]", true) == 0){
//funзгo
}
pawn Код:
stock GetName(playerid)
{
new
_PlayerName[MAX_PLAYER_NAME]
;
GetPlayerName(playerid, _PlayerName, MAX_PLAYER_NAME);
return _PlayerName;
}