SA-MP Forums Archive
[DUDA] Con CreatePlayer3DTextLabel - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: [DUDA] Con CreatePlayer3DTextLabel (/showthread.php?tid=494389)



[DUDA] Con CreatePlayer3DTextLabel - yesid001 - 13.02.2014

Buenas, tengo este codigo:

pawn Код:
stext5[i] = CreatePlayer3DTextLabel(i,Mi_Ping,0x008080FF,0,-2.1,0.1,10.0,INVALID_PLAYER_ID,/*AQUI XD*/,1);
Y quisiera saber que poner en ''AQUI XD'' para que el 3D Text Label salga en el cuerpo del user.

Porfa, me ayudarian bastante.



Respuesta: [DUDA] Con CreatePlayer3DTextLabel - OTACON - 13.02.2014

CreatePlayer3DTextLabel no trae esos parametros deberias de usar CreateDynamic3DTextLabel

pawn Код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
https://sampforum.blast.hk/showthread.php?tid=102865

coloca en attachedplayer = INVALID_PLAYER_ID el id del jugador por ende playerid

saludos.

PD: no crees tantos temas con el mismo objetivo, lo podrias haber preguntado en el otro post.