SA-MP Forums Archive
help! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help! (/showthread.php?tid=212674)



help! - darkknight123 - 17.01.2011

Help please Im working on a RP script and when i try to relog it tells me to register then puts me on the tutorial again D: what do i do? it saves a user file with my name and everything but still says i havnt been registerd


Re: help! - Not available - 17.01.2011

Well.. How should we know when you don't even give us any clue of what system you are running.

Are you storing the users in files or an sql database?
Can you post your code that checks whetever the player is registered or not?



Re: help! - darkknight123 - 17.01.2011

these are my includes
Quote:

#include <a_samp>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>

am i mising something?!?!


Re: help! - Not available - 17.01.2011

What has includes to do with this case? Post whatever is relevant under OnPlayerConnect().


Re: help! - darkknight123 - 17.01.2011

Nevermind i fixed it...im just useing Dini(even though its kinda slow)