Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: MEGAMIND on Sep 15, 2016, 07:37 PM

Title: GUI PRINT not wrking?
Post by: MEGAMIND on Sep 15, 2016, 07:37 PM
GUI PRINT NOT WORKING IT DOES NOT DISPLAY ANY MESSAGE LIKE

(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi64.tinypic.com%2Faell60.jpg&hash=76e2a3449ab6077a07e16b819f10c706d8fa4364)

code is
function Script::ScriptLoad()
{
Print("Client side scripts loaded.");
}
Title: Re: GUI PRINT not wrking?
Post by: . on Sep 15, 2016, 07:49 PM
ROFL ;D
Title: Re: GUI PRINT not wrking?
Post by: . on Sep 15, 2016, 08:21 PM
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.
Title: Re: GUI PRINT not wrking?
Post by: MEGAMIND on Sep 15, 2016, 10:13 PM
It's easy to make print messages but it's nt wrking in client side function
Title: Re: GUI PRINT not wrking?
Post by: Kirollos on Sep 15, 2016, 11:16 PM
y u do dis
Title: Re: GUI PRINT not wrking?
Post by: DizzasTeR on Sep 16, 2016, 01:34 AM
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.
Title: Re: GUI PRINT not wrking?
Post by: Xmair on Sep 16, 2016, 03:54 AM
The function 'print' in client side scripts prints text to your debug file which will be present %appdata%/VCMP/04beta/here.
Title: Re: GUI PRINT not wrking?
Post by: MEGAMIND on Sep 16, 2016, 06:41 AM
YUP got it working thnx for help..