GUI PRINT not wrking?

Started by MEGAMIND, Sep 15, 2016, 07:37 PM

Previous topic - Next topic

MEGAMIND

GUI PRINT NOT WORKING IT DOES NOT DISPLAY ANY MESSAGE LIKE



code is
function Script::ScriptLoad()
{
Print("Client side scripts loaded.");
}

.

.

.

Are you seriously expecting the print from the client to output into the server console?

In that case, I could easily make the client flood your server with print messages.
.

MEGAMIND

It's easy to make print messages but it's nt wrking in client side function

Kirollos


DizzasTeR

Quote from: MEGAMIND on Sep 15, 2016, 10:13 PMIt's easy to make print messages but it's nt wrking in client side function

Yeah it doesn't work lets blame it all on stormeus.

Xmair

The function 'print' in client side scripts prints text to your debug file which will be present %appdata%/VCMP/04beta/here.

Credits to Boystang!

VU Full Member | VCDC 6 Coordinator & Scripter | EG A/D Contributor | Developer of VCCNR | Developer of KTB | Ex-Scripter of EAD

MEGAMIND

#7
YUP got it working thnx for help..