-
Member
Development GS 1.00.18
Sorry if this is the wrong area. I'm a beginner and i'm trying to program a plugin for a gs 1.00.18 and the string "lpObj->Level" is not working, like:
if (lpObj->Level < Command_Level) {
// error message
}
It doesn't get the character level, how can i solve this problem?
-
-
Re: Development GS 1.00.18
what about lpUser->Level?
I don't know about coding but I'll give what I know.
-
Member
Re: Development GS 1.00.18
In my source the function to return the character level is lpObj->Level, i think it does the same thing as yours, the problem is that "lpObj->Level" isn't returning character level, for example, when i use the command /post i get a message about the character level even if it's more than the required.
----------------------
SOLVED!
Last edited by gustavobm; 15-07-15 at 02:03 PM.