ID bug continuing even with the newest sscanf -
aaronwelsh - 07.12.2012
Hello.
I am not too sure if this is the correct section so sorry if it isn't.
I'm editing a script just for fun and to practice some programming again. I encountered a problem with ID's that it would say the player isn't online even though they are. I updated the sscanf to fix this problem but it still continues to be bugged.
Does anyone have any clues on what this problem could be?
I have compiled the script with the new flies and includes sscanf 2.
Thanks so much for any help, and if you need any more information please say!
Re: ID bug continuing even with the newest sscanf -
DaRk_RaiN - 07.12.2012
Update the whole package, and when you include it use #include <sscanf2> not #include <sscanf>
Re: ID bug continuing even with the newest sscanf -
aaronwelsh - 07.12.2012
Quote:
Originally Posted by DaRk_RaiN
Update the whole package, and when you include it use #include <sscanf2> not #include <sscanf>
|
Thank you for the reply dude. By full thing do you mean adding all the files in the correct places?
Like;
Sscanf file
Plugs in the plugins folder
Include in the include folder (pawno folder)
I have done all that stuff.
And yeah, i have that included.
PHP код:
#include <sscanf2>
Re: ID bug continuing even with the newest sscanf -
XStormiest - 07.12.2012
and it work?....
Re: ID bug continuing even with the newest sscanf -
aaronwelsh - 07.12.2012
Quote:
Originally Posted by XStormiest
and it work?....
|
No I mean it was already like that :P
Re: ID bug continuing even with the newest sscanf -
Red_Dragon. - 07.12.2012
Did you update your server to the 0.3e package maybe ?
Re: ID bug continuing even with the newest sscanf -
aaronwelsh - 07.12.2012
Quote:
Originally Posted by Red_Dragon.
Did you update your server to the 0.3e package maybe ?
|
Yeah. :/
Re: ID bug continuing even with the newest sscanf -
Red_Dragon. - 07.12.2012
any errors or warnings during compiling ?
Re: ID bug continuing even with the newest sscanf -
aaronwelsh - 07.12.2012
Quote:
Originally Posted by Red_Dragon.
any errors or warnings during compiling ?
|
Only 2 warnings. One relating to my audio and the other being an expression having no effect;
PHP код:
C:\Users\Aaron\Documents\samp Scripts\Roleplay Script v2.5\gamemodes\AaronsScript.pwn(3407) : warning 203: symbol is never used: "seek"
C:\Users\Aaron\Documents\samp Scripts\Roleplay Script v2.5\gamemodes\AaronsScript.pwn(3459) : warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Warnings.
Re: ID bug continuing even with the newest sscanf -
Red_Dragon. - 07.12.2012
Show us the codes