[DUDA] Con CreatePlayer3DTextLabel
#1

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.
Reply
#2

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)