25.11.2014, 02:59
if(strcmp(cmd, "/playerlabel", true) == 0)
{
new PlayerText3Dlayertextid;
new Float:X, Float:Y, Float:Z;
GetPlayerPos( playerid, X, Y, Z );
playertextid = CreatePlayer3DTextLabel(playerid);
return 1;
}
Something like that make sure you add your "CreateObject" no brackets make two spaces than sue SendClientMessage And use the string of your CreateObject try that and then refer to me..
{
new PlayerText3Dlayertextid;
new Float:X, Float:Y, Float:Z;
GetPlayerPos( playerid, X, Y, Z );
playertextid = CreatePlayer3DTextLabel(playerid);
return 1;
}
Something like that make sure you add your "CreateObject" no brackets make two spaces than sue SendClientMessage And use the string of your CreateObject try that and then refer to me..