Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,449 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 3 1 2 3
Re: Multiplayer Concept [Re: PrenceOfDarkness] #94614
10/18/06 11:21
10/18/06 11:21
Joined: Jul 2006
Posts: 783
London, UK
sheefo Offline OP
User
sheefo  Offline OP
User

Joined: Jul 2006
Posts: 783
London, UK
Thanks sooo much

Just one more thing, say if I "ent_createlocal" so the clients "player" is only on there machine, can I access there skills from another machine if I add them to a global array of handles?

Code:

VAR PLAYERS[4];
var number_of_players;

// Local player action, by "ent_createlocal"
action player_action
{
player = my;
...
PLAYERS[number_of_players] = handle(my);
send_var(PLAYERS);
...
my.player_number = number_of_players;
send_skill(my.player_number, SEND_ALL);
number_of_players += 1;
send_var(number_of_players);
}



Re: Multiplayer Concept [Re: PrenceOfDarkness] #94615
10/18/06 13:14
10/18/06 13:14
Joined: Jun 2006
Posts: 2,640
Earth
Germanunkol Offline
Expert
Germanunkol  Offline
Expert

Joined: Jun 2006
Posts: 2,640
Earth
I agree, I like the way you explained all that "critical" and "non-cirtical" function stuff:)
Wow, I got to help someone:)... that feels good...^^ thanks for the comments


Micha


~"I never let school interfere with my education"~
-Mark Twain
Page 3 of 3 1 2 3

Moderated by  HeelX, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1