[+]: Create3DTextLabel How do I see.. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [+]: Create3DTextLabel How do I see.. (
/showthread.php?tid=604412)
[+]: Create3DTextLabel How do I see.. -
ProRakNet - 04.04.2016
Hi, Create3DTextLabel It does not seem to me. How do I see myself ?
I'm sorry bad English..
Example:
PHP код:
new Text3D:mlabel[MAX_PLAYERS];
// Onplayerconnect
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);
Respuesta: [+]: Create3DTextLabel How do I see ? -
Thewin - 04.04.2016
Is not possible, only other players can see it.
Re: Respuesta: [+]: Create3DTextLabel How do I see ? -
ProRakNet - 04.04.2016
Quote:
Originally Posted by Thewin
Is not possible, only other players can see it.
|
okay well. how do I know that it works ?
Re: [+]: Create3DTextLabel How do I see.. -
Crystallize - 04.04.2016
Get a friend to test with you.
Re: [+]: Create3DTextLabel How do I see.. -
ProRakNet - 04.04.2016
yes correct, thanks..
Re: [+]: Create3DTextLabel How do I see.. -
ProRakNet - 04.04.2016
doesnt work :/ help..
Re: [+]: Create3DTextLabel How do I see.. -
SyS - 04.04.2016
Quote:
Originally Posted by ProRakNet
doesnt work :/ help..
|
what doesnt work?? the label??
Re: [+]: Create3DTextLabel How do I see.. -
ProRakNet - 04.04.2016
Quote:
Originally Posted by Sreyas
what doesnt work?? the label??
|
yes, I think nick code is it possible problem.
Re: [+]: Create3DTextLabel How do I see.. -
oMa37 - 04.04.2016
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);
Re: [+]: Create3DTextLabel How do I see.. -
ProRakNet - 06.04.2016
That's it, very thanks