[Ajuda] Create3DText
#1

Alguem sabe fazer o codigo Create3DText para clг com :
PHP код:
if(strcmp(tmpdini_Get(string"Nome"
com nome do clг em cima da cabeзa tentei nгo consegui se puder ajuda eu agradeзo.
Reply
#2

https://sampwiki.blast.hk/wiki/SetPlayerChatBubble
Reply
#3

Nгo intendi to querendo Create3DText + isso no codigo if(strcmp(tmp, dini_Get(string, "Nome") em cima da cabeзa do player, quando player criar um clг ai aparece o nome do clг em cima da cabeзa do player.
Reply
#4

Use o SetPlayerChatBubble...

Ele coloca esse "text" encima da cabeзa do player...
Reply
#5

da um palpite como fais isso.
Reply
#6

exemplo

pawn Код:
public OnPlayerText(playerid, text[])
{
    SetPlayerChatBubble(playerid, "lindo", 0xFF0000FF, 100.0, 10000);
    return 1;
}
Reply
#7

Quero colocar este comando:

PHP код:
new Text3D:label Create3DTextLabel("Clг: %s"0x008080FF30.040.050.040.00,);
Attach3DTextLabelToPlayer(labelplayerid0.00.00.7); 
no player e junta este comando mais este:

PHP код:
dini_Get(string"Nome"
Reply
#8

Alguem
Reply
#9

olha o double post ae pow, da uma olhada nas regras

tenta isto

pawn Код:
new string[24];
format(string, sizeof(string), "Clг: %s", dini_Get(string, "Nome") );
new Text3D:label = Create3DTextLabel(string, 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0,);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
Reply
#10

PT


Deu um erro

Код:
C:\DOCUME~1\d4fdf1cv\MEUSDO~1\SERVER~1\SERVER~1\GAMEMO~1\GM.pwn(2951) : error 029: invalid expression, assumed zero
C:\DOCUME~1\d4fdf1cv\MEUSDO~1\SERVER~1\SERVER~1\GAMEMO~1\GM.pwn(2951) : error 035: argument type mismatch (argument 8)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)