vault crash my server, need mysql?
I got a hard problem with a plug. When ever new player connect to my serwer (new nick), server crash. I think vault do it :down: .Serwer got ower 2200 players in rank -> soo my plug need over 17600 line of code with players stats :shock: - end every new player make a big mess :evil:
I think: if plug would save all in a database (mysql,sql) then it would go faster and without any problems. How to meke this from vault to sql/mysql. Code:
public SaveXP(id) |
Re: vault crash my server, need mysql?
What the hell are you asking?
|
Re: vault crash my server, need mysql?
I need a way to make this code into a sql/mysql database instead of vault.
|
Re: vault crash my server, need mysql?
I need a code for store data [public SaveXP(id)] and read data [public LoadXP(id)] (sql/mysql):
player_class[id] player_xp[id] player_lvl[id] player_intelligence[id] player_strength[id] player_point[id] player_agility[id] player_dextery[id] By player name (nick in game). BTW. Sorry for my anglish |
Re: vault crash my server, need mysql?
OK. I ask in other way.
Is ther a way to save and read: player_class[id] player_xp[id] player_lvl[id] player_intelligence[id] player_strength[id] player_point[id] player_agility[id] player_dextery[id] in Mysql datebase by player name? Is ther anyone that know a little how to use mysql in amxx :cry: |
Re: vault crash my server, need mysql?
Code:
public SaveXP(id){ |
Re: vault crash my server, need mysql?
Oww you all are very halpfull. No, no, it's true :grrr:
Is ther a plug that do somelike this? If nobody can help me, then i need to lern it by my self :sadpirate: |
| All times are GMT -4. The time now is 16:06. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.