Search Results
Yes I know how to save player with sqlite but if I need to save just small amount of data,but I do not know how to save large amount of data in UPDATE query
481
Okay I did it with default values and it works as expected but now how can I save and load player data?
481
Here is the code for create table.I created table with DB Browser for SQLite and I want to save all of these when player registers (insert in table with values) https://pastebin.com/98F8v1nT
481
Hello. I have one problem.How can I save a lot of data in sql table with INSERT? I need to insert about 50 columns in table when player is registered to server.
481
Hello I have big problem with SetPlayerAttachedObject. After I set it, it is removed almost instantly,about one second after it is set up. Here is the code for debug. Code: YCMD:edit(playerid, par...
76
Okay so update works ( for now ) But command for listing all admins from database is not working.It lists 5 rows in dialog (which is ok) but only one name and its level are listed. Code: https://pa...
182
Okay I did like you wrote but I have one big problem. When I type adminlist nothing happens,server freezes,none of the commands work. I accidentally left server turned on,and I previously connected...
182
Thanks it works it updates database. I have one more question.How could I list all admin names from database into dialog in game? How to get all of the admin names?
182
Hello. I tried to make table that stores "Name" and "Level" of an Admin. I just tried to update existing information in table with new but I cant get it to work. Here is the code,I do not see what...
182
Код: stock SendToAdmins(COLOR,string[])//here we set params for this stock, [] means string/message { new string[128]; for(new i = 0; < MAX_PLAYERS; i++)//here we created loop if(P...
269