Ayuda TextLabel porfavor
#2

Tendrias que poner Esto En

Код:
//OnGameModeInit
Create3DTextLabel("Mi casa",CELESTE,1302.519897,-1.787510,1001.028259,40, 3, 1);
Mi casa : Texto En El Piso(puedes Cambiarlo Por otro Texto)
Celeste: (El Color)
1302.519897,-1.787510,1001.028259,40, 3, 1 (Las Coordenadas Don de ira el Texto)

Si Quieres Sacar Una Coordenada Pon este Comando EN TU Gm
Quote:

if(strcmp(cmd, "/cords", true) == 0)
{
new Float: x, Float:y, Float:z,string[256];
GetPlayerPos(playerid,x,y,z);
format(string,sizeof(string),"%f,%f,%f", x,y,z);
SendClientMessage(playerid,-1,string);
return 1;
}

Reply


Messages In This Thread
Ayuda TextLabel porfavor - by Edwins - 17.01.2014, 23:41
[No subject] - by romperson - 18.01.2014, 01:11
Respuesta: Ayuda TextLabel porfavor - by adrianxd - 18.01.2014, 01:21
Respuesta: Ayuda TextLabel porfavor - by romperson - 18.01.2014, 01:35
Re: Respuesta: Ayuda TextLabel porfavor - by Edwins - 18.01.2014, 04:05

Forum Jump:


Users browsing this thread: 1 Guest(s)