Search Results
Quote: Originally Posted by aymane123 or just try this: PHP код: CMD:becomeadmin(playerid, params[]) {     ShowPlayerDialog(playerid, DIALOG_UNUSED, DIALOG_STYLE_MSGBOX, "D...
158
"CMySQLResult::GetRowDataByName - field not found" u sure its the correct table?
106
I'm still using R39-6, cause updating everything to adapt R40 is effort.
236
pretty sure it's something like PHP код: mysql_query(connectionHandle,"SELECT COUNT(*) FROM players");  or something along the lines
207
i use iTD https://sampforum.blast.hk/showthread.php?tid=376758 But there's probably more systems that are updated. I just prefer that one.
133
Transferring over to Y_INI would be rather easy.. Also stock udb_hash(buf[]) I recommend not to use that, as it's really insecure.. Use Whirlpool or https://sampwiki.blast.hk/wiki/SHA256_PassHash
171
PHP код: IRCCMD:admins(botid, channel[], user[], host[], params[]) {     //if(IRC_IsVoice(botid, channel, user))     //{     new count, string[512];     foreach(new iÂ...
168
mysql_query(connectionHandle, mysql); change connectionHandle to whatever you use.. mysqlConnect = mysql_connect(...)
184
PHP код: format(q, sizeof(q), "INSERT INTO bans (name, reason, ban_time, issue_time, expiry_time, admin, ip) VALUES ('%s', '%s', %d, %d, %d, '%s', '%s')"  id isn't real...
162
What's wrong with GetPlayerPing? https://sampwiki.blast.hk/wiki/GetPlayerPing
86
did you forward it correctly? forward HideWrongTD(playerid);
95
[00:00:02] [ERROR] CMySQLQuery::Execute[OnLoadFurniture] - (error #1146) Table 'EVE24546.FurnitureInfo' doesn't exist [00:00:02] [ERROR] CMySQLQuery::Execute[OnLoadGangZones] - (error #1146) Table 'E...
60
I don't think people still get what the issue is.. Do you have the # of NPCs allowed to connect in server config?
95
only way to do that is to make a custom launcher..
75
this is samp...... nothing special..... let the guy write his code however he wants lol.....
143
i use callback callbackname(...) PHP код: #define callback%0(%1) forward%0(%1); public%0(%1) 
143
PHP код: format(str8, sizeof(str8), "%s", dj("config.json","config/ircserver"));   ircServer = str8;  "config/ircserver" config says "ircserv": "pool.irc.tl",
221
If it was based in one place, roleplay would get more boring than what it already is..
902
If you're updating values that are already in the database, you just use.. Just an example PHP код: new query2[200]; mysql_format(mysql, query2 , sizeof(query2), "UPDATE `users` SET P...
79