Well this is not good. You create an empty string with the size of 0!
Do it like this:

Code:
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.