11.02.2011, 06:56
Well, if you had a basic understanding, you would see that it says "undefined symbol"
First of all, how about you start by changing new str[256]; to new string[128]; to save you some work.
Secondly, giveplayerid. Heres a tip - define it. I assume that you are actually meaning to put 'playerid' in there, so I suggest you do that.
If you get undefined symbol, it means you haven't defined it. That could be in the callback header, a global variable, or a local variable.
First of all, how about you start by changing new str[256]; to new string[128]; to save you some work.
Secondly, giveplayerid. Heres a tip - define it. I assume that you are actually meaning to put 'playerid' in there, so I suggest you do that.
If you get undefined symbol, it means you haven't defined it. That could be in the callback header, a global variable, or a local variable.