07.06.2010, 18:35
if(IsPlayerAdmin(playerid))
{
SetPlayerColor(playerid, 0x9900FFAA);
new Text3D:admin;
admin = Create3DTextLabel("Tha Boss- Server Owner",0x33AA33AA,0.0,0.0,2.0,160.0,0,0);//You Need To Login On RCON
Attach3DTextLabelToPlayer(admin,playerid,0.0,0.0,0 .5);
Why this is so buggy? Sometimes it works on players that are not logged in as RCON!
{
SetPlayerColor(playerid, 0x9900FFAA);
new Text3D:admin;
admin = Create3DTextLabel("Tha Boss- Server Owner",0x33AA33AA,0.0,0.0,2.0,160.0,0,0);//You Need To Login On RCON
Attach3DTextLabelToPlayer(admin,playerid,0.0,0.0,0 .5);
Why this is so buggy? Sometimes it works on players that are not logged in as RCON!