|
|
Re: Does anyone have a link for GSTNet?
[Re: 3run]
#424967
06/24/13 21:30
06/24/13 21:30
|
Joined: Jun 2001
Posts: 1,004 Dossenbach
nfs42
Serious User
|
Serious User
Joined: Jun 2001
Posts: 1,004
Dossenbach
|
Andreas GSTools - Home of GSTScript 0.9.8: lua scripting for A6/7/8 GSTNet 0.7.9.20: network plugin for A6/7/8 GSTsqlite 1.3.7: sql database plugin for A6/7/8 3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
|
|
|
Re: Does anyone have a link for GSTNet?
[Re: nfs42]
#424974
06/25/13 05:37
06/25/13 05:37
|
Joined: Jun 2012
Posts: 16
theblueassasin
OP
Newbie
|
OP
Newbie
Joined: Jun 2012
Posts: 16
|
|
|
|
Re: Does anyone have a link for GSTNet?
[Re: theblueassasin]
#426223
07/18/13 10:15
07/18/13 10:15
|
Joined: Oct 2011
Posts: 1,082 Germany
Ch40zzC0d3r
Serious User
|
Serious User
Joined: Oct 2011
Posts: 1,082
Germany
|
Well this is not good. You create an empty string with the size of 0! Do it like this:
STRING* online_player_str = "#64";
function test()
{
str_cpy(online_player_str, "Player 1");
GSTNet_SendString(2, _str("online_player_str"));
}
Last edited by Ch40zzC0d3r; 07/18/13 10:15.
|
|
|
|