Search Results
Well the thing is...I don't have any errors so I don't know what is the problem. The script can read my variables and the values correctly but the turfs just don't show. I think I'm doing something wr...
128
I corrected that and tried to load the turfs onplayerconnect and after that onplayerspawn but still no results. Do you guys know any good and working method for loading turfs from a database?
128
Come on guys, please, some help?
128
In main I also have the mysql connect and other queries for loading houses, cars and others so i don't think that this is the problem. The queries run but the turfs just won't appear.
128
Hi guys. I'm working on a dynamic faction system and it's all ok. I can create a faction, the turf appears but if I restart the server the turfs are not showing anymore. In my table I'm storing the c...
128
Hey guys, I'm currently working on a dynamic faction system and I want to know if is there any way I can check if a color is already used by an existing faction or not. If it's not used I want it to ...
73
Wow. Very nice map.
430
On main() I have something like this for debug Код: mysql_log(LOG_ERROR | LOG_WARNING | LOG_DEBUG); mysql = mysql_connect(host, user, db, pass); so everytime I start the server a file named mysql_...
283
I'm using R39-2 which I think it's the latest.
283
Instead of mysql_query i use Код: mysql_format(mysql, sql, sizeof(sql), "SELECT * FROM yourtable"); mysql_tquery(mysql, sql, "", "");
283
You can read all about this here: https://sampwiki.blast.hk/wiki/Control_Structures
115
Код: error 014: invalid statement; not in switch Do you have a switch for the dialogs? If so, check to see if all the braces are closed properly and if not try and change Код: case DIALOG_IZV...
115