SA-MP Forums Archive
Blank Mysql Gamemode +rep - 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: Blank Mysql Gamemode +rep (/showthread.php?tid=497078)



Blank Mysql Gamemode +rep - Mriss - 25.02.2014

Could someone please help me by making a Blank mysql gamemode, ive tried downloading those ones on search but they give me heaps of errors, So if somone could quickly help me...+rep I just need a Login / Register system in it too


Re: Blank Mysql Gamemode +rep - Avi Raj - 25.02.2014

https://sampforum.blast.hk/showthread.php?tid=337319
https://sampforum.blast.hk/showthread.php?tid=337528
https://sampforum.blast.hk/showthread.php?tid=285755
https://sampforum.blast.hk/showthread.php?tid=393301

Search next time.


Re: Blank Mysql Gamemode +rep - Mriss - 25.02.2014

ive tried downloading those ones on search but they give me heaps of errors


Re: Blank Mysql Gamemode +rep - Avi Raj - 25.02.2014

https://sampforum.blast.hk/showthread.php?tid=159785
https://sampforum.blast.hk/showthread.php?tid=162584


Re: Blank Mysql Gamemode +rep - itsCody - 25.02.2014

Here, just edit "tablename" and ur mysql details and try it.

https://gist.github.com/codyafirl/673e3bb88aa0ed6e1b97

Under "public LoggedIn" , that's where you put ur shit to load into the players account so like an exmaple:

pawn Код:
new tempfetch[500];

cache_get_field_content(0, "Admin_Level", tempfetch, connection), PlayerInfo[playerid][pAdmin] = strval(tempfetch);
That would restore my Admin Level into the variable i have

btw this uses R37 plugin of BlueG's

edit: if ur using the one I made, I accidently left something out OnPlayerConnect so ye