Posts: 247
Threads: 11
Joined: Aug 2010
Reputation:
0
bOwner[MAX_STRING], to bOwner[MAX_PLAYER_NAME],
Posts: 105
Threads: 15
Joined: Aug 2012
Reputation:
0
Thanks for the reply, but i still got the same error
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
When you parse the data and loading them, what's the size of bOwner? It's probably smaller than 24.
Posts: 105
Threads: 15
Joined: Aug 2012
Reputation:
0
Actually is INI_String isnt available anymore am i right?
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
No, you're not. It's available and it saves the passed value as a string if the name matches. Make sure in the callback, you're trying to load the data, the size of bOwner is equal to MAX_PLAYER_NAME or 24.
Posts: 105
Threads: 15
Joined: Aug 2012
Reputation:
0
I really need help with this..