Posts: 1,648
Threads: 482
Joined: Jun 2010
11.12.2013, 19:53
(
Последний раз редактировалось Dokins; 11.12.2013 в 21:51.
)
pawn Код:
CMD:labeltest(playerid, params[])
{
new Float: x, Float:y, Float:z;
GetPlayerPos(playerid, x,y,z);
//CreateDynamic3DTextLabel("THIS WORKS!", COLOUR_WHITE, x,y, z, 100.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID , 0, 0, -1, -1, 20.0);
Create3DTextLabel("THIS WORKS!", COLOUR_WHITE, x,y, z, 100.0, -1, 0);
return 1;
}
It will not create either label, Dynamic one or the 3DTextLabel. Neither, at all.
I do use Labels elsewhere in the server and they still load in.
Posts: 1,494
Threads: 120
Joined: Dec 2009
Reputation:
0
I could be wrong but maybe there may be a limit?
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
You set the virtual world to -1 this isn't a streamer function.
Posts: 1,648
Threads: 482
Joined: Jun 2010
On the streamer one, it did the same.
I also changed the normal 3dtext label to 0 and it still didn't work.
Posts: 1,648
Threads: 482
Joined: Jun 2010
Posts: 1,648
Threads: 482
Joined: Jun 2010
I tried it, it made no difference.
Posts: 1,648
Threads: 482
Joined: Jun 2010
Quote:
Originally Posted by SickAttack
Are you sure? Well i tested it and it works.

|
I figured it would, but why would it not work in my script, at least i've determined it's not a coding issue.
Posts: 4,759
Threads: 33
Joined: Dec 2013
Reputation:
0
Try it once again and then leave your response.