CreateDynamic3DTextLabel don't work, but Create3DTextLabel works, why?
#1

PHP код:
          objData[i][OBJ_CODE] = CreateDynamicObject(DEATH_OBJ_MODELobjData[i][OBJ_POS][0], objData[i][OBJ_POS][1], objData[i][OBJ_POS][2]-10.00.00.0);
            
format(stringsizeof(string), "[Dead Body] %s "name);
            
objData[i][NumeMort] = CreateDynamic3DTextLabel(stringCOLOR_YELLOW,dPos[playerid][0],dPos[playerid][1],dPos[playerid][2], 30,0,0); 
This dont show in game..

but this yes: i only change "createdynamic3dtextlabel" to "create3dtextlabel", why?

PHP код:
          objData[i][OBJ_CODE] = CreateDynamicObject(DEATH_OBJ_MODELobjData[i][OBJ_POS][0], objData[i][OBJ_POS][1], objData[i][OBJ_POS][2]-10.00.00.0);
            
format(stringsizeof(string), "[Dead body] %s "name);
            
objData[i][NumeMort] = Create3DTextLabel(stringCOLOR_YELLOW,dPos[playerid][0],dPos[playerid][1],dPos[playerid][2], 30,0,0); 
its weird..
Reply
#2

If you use streamer give me your server log file
Reply
#3

Quote:
Originally Posted by oghabanjb
Посмотреть сообщение
If you use streamer give me your server log file
In server log no erroes, all normal, and i'm using crashdetect with -d3


Код:
[7:42:22]  Loading plugin: streamer
[17:42:22]   Loaded.
Reply
#4

Full Server Log. Not Partial.
Reply
#5

Quote:
Originally Posted by GTLS
Посмотреть сообщение
Full Server Log. Not Partial.
[18:06:24] Loaded.
[18:06:24] Loading plugin: mysql
[18:06:24] >> plugin.mysql: R39-6 successfully loaded.
[18:06:24] Loaded.
[18:06:24] Loading plugin: streamer
[18:06:24] Loaded.
[18:06:24] Loading plugin: whirlpool
[18:06:24]
[18:06:24] ==================
[18:06:24]
[18:06:24] Whirlpool loaded
[18:06:24]
[18:06:24] ==================
[18:06:24]
[18:06:24] Loaded.
[18:06:24] Loading plugin: nativechecker
[18:06:24] Loaded.
[18:06:24] Loaded 6 plugins.

[18:06:24]
[18:06:24] Filterscripts
[18:06:24] ---------------
[18:06:24] Loaded 0 filterscripts.

[18:06:25]
[18:06:25]
[18:06:25]
[18:06:25] =======================================
[18:06:25] | |
[18:06:25] | YSI version 3.09.0684 |
[18:06:25] | By Alex "******" Cole |
[18:06:25] | |
[18:06:25] =======================================
[18:06:25]
[18:06:25] [SQL] Connection to "localhost" passed!
[18:06:25] Reality Roleplay
[18:06:25] Number of vehicle models: 1
[18:06:25] New version of CrashDetect is available for download (4.13)
[18:06:31] [connection] 127.0.0.1:57077 requests connection cookie.
[18:06:32] [connection] incoming connection: 127.0.0.1:57077 id: 0
[18:06:32] [join] Testing_System has joined the server (0:127.0.0.1)



i'm telling you that it's not saying nothing about the 3dtext.. just don't appear in game..
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)