Search found 23 matches

by divsalv
Fri May 27, 2016 2:40 am
Forum: Newbie questions
Topic: Client/Server help!
Replies: 6
Views: 7000

Re: Client/Server help!

Thank you so much, I solved now. :lol:
by divsalv
Thu May 26, 2016 12:48 am
Forum: Newbie questions
Topic: Client/Server help!
Replies: 6
Views: 7000

Re: Client/Server help!

Server @DISPLAY {title="Server"} CreateServer(1,2550) Function p_ConnectFunc(msg) Switch(msg.action) Case "OnConnect": NPrint("Connected client id", GetLocalIP(msg.clientid)) SendData(msg.clientid,"a te") cliid=msg.clientid Case "OnReceiveData": /*da...
by divsalv
Fri Apr 22, 2016 3:15 pm
Forum: Code snippets area
Topic: Forza4!
Replies: 3
Views: 9197

Re: Forza4!

when someone helps me to turn it into a game client / server.
The code works on all systems already.
by divsalv
Wed Apr 20, 2016 11:48 am
Forum: Code snippets area
Topic: Forza4!
Replies: 3
Views: 9197

Forza4!

Hi, I wrote a simple Forza 4 game, which works well enough, but that is for two players. I would like to help turn it into a game client / server, could someone help me? ;Forza 4 Version 0.94 by Di Vincenzo Salvatore @DISPLAY {Title="Forza4",Color=#BLUE,width=800,height=600} @BRUSH 10,&quo...
by divsalv
Wed Apr 13, 2016 10:41 am
Forum: Wishlist
Topic: Joypad arrow keys and second JoyPad Axis.
Replies: 1
Views: 3587

Joypad arrow keys and second JoyPad Axis.

It would be possible that when the pad is set to analogic mode, you can use the directional buttons to add other functions?
And then, you can add the control of second axis of the joypad?

They would be of very useful features for game programming.

Thank you.
by divsalv
Sat Jan 23, 2016 11:09 pm
Forum: Newbie questions
Topic: Client/Server help!
Replies: 6
Views: 7000

Re: Client/Server help!

i have a problem for send data from server to client
by divsalv
Sat Jan 23, 2016 6:53 pm
Forum: Newbie questions
Topic: Client/Server help!
Replies: 6
Views: 7000

Client/Server help!

Hi, I would need a major help ..
I would like to understand how to create a client / server.
I can not figure out how to make sure that the client receives messages from the server.
I hope someone can help me, thanks ..
by divsalv
Wed Aug 26, 2015 12:13 am
Forum: Hollywood bugs
Topic: Win10 OpenScreen Error.
Replies: 4
Views: 6172

Re: Win10 OpenScreen Error.

I just found out that adding before @Display,
@REQUIRE "Glgalore", the problem disappears.
by divsalv
Tue Aug 25, 2015 1:22 pm
Forum: Hollywood bugs
Topic: Win10 OpenScreen Error.
Replies: 4
Views: 6172

Win10 OpenScreen Error.

As the title I have encountered this bug on Win 10 64bit, while first with win 7 64bit always worked perfectly.
The error occurs when you use Mode = "Fullscreen"
by divsalv
Sat Jul 11, 2015 2:07 pm
Forum: Newbie questions
Topic: Command DownloadFile() help!
Replies: 6
Views: 7722

Re: Command DownloadFile() help!

nobody?