Password Problem - 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)
+--- Thread: Password Problem (
/showthread.php?tid=584588)
Password Problem -
xFlash - 06.08.2015
Hello
I have a problem in my server
When anyone register an acc .. If he left and came back to the server He cant login even if he typed the correct password
I tried it myself
Registerd and acc > Left the server > Joined again > typed the password and it keep Showing Wrong password even when i type the Correct one which i registerd with
Can anyone help ?
Another Thing .. My server is attdef server and in rounds [arenas/bases] i can only see my team in the map [Radar] but i cant see the other team [eniemes] What can i do to make the map visable which we can see both teams in map ?
Thanks in advance
Re: Password Problem -
MrSwift - 06.08.2015
Post the .pwn in here.\
Or to PM.
Re: Password Problem -
StuartD - 06.08.2015
Password Issue: Show us the registration / login code.
Radar Issue: Try looking at this;
https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
Код:
public OnGameModeInit()
{
// Player markers shown to all players
ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
}
Re: Password Problem -
SpikeSpigel - 06.08.2015
I think you used Overhaul tutorial for making an login/register system ? It's bugged, you have to repair it yourself. It took me enough time to make it work and ofcourse it's still bugged, you aren't spawned even you put the correct password.. that's what I am trying to do right now..