x,y,z 3d text
#1

how to make 3d caption text command /text
bad not work:
Quote:

if (strcmp("/test", cmdtext, true) == 0)
{
new Floata,Float:ya,Float:za;
new string[128];
new name[MAX_PLAYER_NAME];
format(string, sizeof(string), "test:%i",name);
housesale = Create3DTextLabel(string,0x006400FF,xa,ya,za);
return 1;
}

ir įraљytų jį į scriptfiles
Reply
#2

Код:
if (strcmp("/test", cmdtext, true) == 0)
{
new Float:xa,Float:ya,Float:za;
new string[128];
new name[MAX_PLAYER_NAME];
format(string, sizeof(string), "test:%i",name);
GetPlayerPos(playerid, xa, ya, za);
housesale = Create3DTextLabel(string,0x006400FF,xa,ya,za);
return 1;
}
Reply
#3

and entered it into the scriptfiles
Reply
#4

help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)