SA-MP Forums Archive
[Ajuda] Sistema de Contas em MySql - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Sistema de Contas em MySql (/showthread.php?tid=660797)



Sistema de Contas em MySql - GabrielJoker - 13.11.2018

Eu estou querendo adicionar um sistema de contas em MySql no meu server samp, tem algum tutorial aqui no forum ou em algum site que possa me ajudar?



quero fazer algo do tipo:

Nivel = 101
PontosDeEvento = 0
TempoConectado = 555578
Registrado = 1
Sexo = 1
Muted = 0
Dinheiro = 3829620
Carros = 16
Banco = 1059634932
Cash = 237074
Explosivos = 5



Re: Sistema de Contas em MySql - Guscooby - 13.11.2018

Link 1
Link 2
Link 3

Tutorial й o que nгo falta no forum ;-;


Re: Sistema de Contas em MySql - Electrifying - 13.11.2018

Se tiver problemas com SQL language veja esse tutorial, tem bastante coisa sobre SQL aн pra iniciar

https://www.w3schools.com/sql/default.asp

Se entender de inglкs vocк tambйm pode olhar na wiki samp

https://sampwiki.blast.hk/wiki/MySQL


Re: Sistema de Contas em MySql - GabrielJoker - 13.11.2018

@Electrifying Eu nгo consegui achar no Wiki kkk vlw

e Vlw @Guscooby, agora eu tenho uma duvida sobre isso...


se eu por:

Quote:

mysql_query("create table if not exists playerid(user varchar(24));");

ele vai pegar o nick do player ou vai criar a tabela com o nome playerid


Re: Sistema de Contas em MySql - Guscooby - 13.11.2018

Quote:
Originally Posted by GabrielJoker
Посмотреть сообщение
criar a tabela com o nome playerid
pra inserir dados em uma tabela com o nome do jogador, й preciso usar um format (ou mysql_format).