Walter-Correa
Walter-Correa
Version 1.3.7 is not opening on win 10. Appears to have stopped working!
It would be great to have a setting to decide whether emails can contain HTML or not! **Currently I'm manually modifying the files every time a new update is released,...
After the new Discord update for usernames I am using `new DCC_User:user = DCC_FindUserByName(inputtext, "0");` and it's working, but only with members of my channel, if I enter the name...
The speed of moving the object and also the accuracy were compromised due to the use of: ``` SetObjectPos(objectid, fX, fY, fZ); SetObjectRot(objectid, fRotX, fRotY, fRotZ); ``` This fix may...
**1 - I create a 3D text visible only to a specific player.** `CreateDynamic3DTextLabel("Text here", 0xEEDD82FF, Pos[0], Pos[1], Pos[2], 4.0, INVALID_PLAYER_ID, vehicleid, 0, -1, -1, playerid, 4.0);` For another player...