I check console for print, because command is on server side, but I don’t get any error, info, nothing. When I execute command (on client side) is working (I use event for notification to check is command works at all), but function “print()” don’t work, it doesn’t print anything in console. This look like function “print()” has been skipped when command code be executed.
Using print in CreateThread is working, but in my server function “print()” doesnt work in commands.
I tried to create command by QBCore Framework and next using “RegisterCommand” and twice of this, function “print()” has been skip, something like this.
I tried to make other function with print, and then execute but dont work.
I tried to made an event and call to him, but dont work. (I try only server event, i dont tried using client event and then print, becouse i need working print in server side)