04.04.2016, 16:20
Try this
PHP код:
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
if(strfind(pName,"David",true) != 1)
{
mlabel[playerid] = Create3DTextLabel("| Owner |", 0x5CB3F6AA, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(mlabel[playerid], playerid, 0.0, 0.0, 0.7);