[+]: Create3DTextLabel How do I see..
#1

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(playeridpNameMAX_PLAYER_NAME);
if(
strfind(pName,"David",true) != -1)
{
mlabel[playerid] = Create3DTextLabel("| Owner |"0x5CB3F6AA30.040.050.040.00);
Attach3DTextLabelToPlayer(mlabel[playerid], playerid0.00.00.7); 
Reply
#2

Is not possible, only other players can see it.
Reply
#3

Quote:
Originally Posted by Thewin
Посмотреть сообщение
Is not possible, only other players can see it.
okay well. how do I know that it works ?
Reply
#4

Get a friend to test with you.
Reply
#5

yes correct, thanks..
Reply
#6

doesnt work :/ help..
Reply
#7

Quote:
Originally Posted by ProRakNet
Посмотреть сообщение
doesnt work :/ help..
what doesnt work?? the label??
Reply
#8

Quote:
Originally Posted by Sreyas
Посмотреть сообщение
what doesnt work?? the label??
yes, I think nick code is it possible problem.
Reply
#9

Try this

PHP код:
new pName[MAX_PLAYER_NAME]; 
GetPlayerName(playeridpNameMAX_PLAYER_NAME); 
if(
strfind(pName,"David",true) != 1

mlabel[playerid] = Create3DTextLabel("| Owner |"0x5CB3F6AA30.040.050.040.00); 
Attach3DTextLabelToPlayer(mlabel[playerid], playerid0.00.00.7); 
Reply
#10

That's it, very thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)