CreateDynamic3DTextLabel don't work, but Create3DTextLabel works, why? -
R3SpaWn0 - 05.08.2018
PHP код:
objData[i][OBJ_CODE] = CreateDynamicObject(DEATH_OBJ_MODEL, objData[i][OBJ_POS][0], objData[i][OBJ_POS][1], objData[i][OBJ_POS][2]-1, 0.0, 0.0, 0.0);
format(string, sizeof(string), "[Dead Body] %s ", name);
objData[i][NumeMort] = CreateDynamic3DTextLabel(string, COLOR_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_MODEL, objData[i][OBJ_POS][0], objData[i][OBJ_POS][1], objData[i][OBJ_POS][2]-1, 0.0, 0.0, 0.0);
format(string, sizeof(string), "[Dead body] %s ", name);
objData[i][NumeMort] = Create3DTextLabel(string, COLOR_YELLOW,dPos[playerid][0],dPos[playerid][1],dPos[playerid][2], 30,0,0);
its weird..
Re: CreateDynamic3DTextLabel don't work, but Create3DTextLabel works, why? -
oghabanjb - 05.08.2018
If you use streamer give me your server log file
Re: CreateDynamic3DTextLabel don't work, but Create3DTextLabel works, why? -
R3SpaWn0 - 05.08.2018
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.
Re: CreateDynamic3DTextLabel don't work, but Create3DTextLabel works, why? -
GTLS - 05.08.2018
Full Server Log. Not Partial.
Re: CreateDynamic3DTextLabel don't work, but Create3DTextLabel works, why? -
R3SpaWn0 - 05.08.2018
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..