Search Results
I have changed it with the square brackets around the fData:p but it doesn't work. Just comes up with a tag mismatch, undefined symbol and local variable shadows... So that didn't work. Quote: ...
174
Hi guys! Just a bit confused on how i would do this.. I am trying to make a payday system where it will loop through all of the ranks.. and pay a different amount depending on the rank... However thi...
174
So, when your filterscript loads, it will run the function "OnFilterScriptInt()", within this function you can use things such as ini, SQLite, MySQL and a whole range of different data storage which y...
63
Quote: Originally Posted by S0nicZ i want to just convert this easy mysql plugin code i know mysql If you already know mysql, convert it yourself. No one is going to convert it for you.
153
If we just convert the script, then how does this help you? Yes, you might have the script, however, how would you write more SQL? The best thing to do, is actually going to learn how to do it and the...
153
Quote: Originally Posted by Vince It smells like buffer overflow, but I can't quite place my finger on it. You may want to check if mData[banid][Username] is terminated by a null character...
99
Have you tried to recompile already? because it should work.
211
Why are you using FIRSTMENU+2? That is possibily causing the issue, use dialog == 0, dialog == 1.
194
Quote: Originally Posted by Dayrion How do you get the IP? It's stored ? I think the problem can from here : PHP код: mData[banid][Username]  I've stored it here.. Код...
99
The gettime function gets the current time of the server, so the server is being hosted in a country which is 2 hours behind your current location, a quick fix to this would be.. Код: public setti...
338
Firstly, please can you show me the code which the errors occur on? Secondly, take a look at this topic made by iPLEOMAX: https://sampforum.blast.hk/showthread.php?tid=318212 Basically, the first dim...
211
Hello! When I ban a user, I input their name, ip, reason etc. however when it stores in the data, it shows a strange character for the ip. Код: CMD:ban(playerid, params[]) { new banid, length, r...
99
This is not the area to either post advertisements or sell scripts, if you wish to do that, you must do it here: http://forum.sa-mp.com/forumdisplay.php?f=22
118
Quote: Originally Posted by ElephantTheMaper I tried and shows me this: Код: C:\Users\Joca\Desktop\samprv\gamemodes\new.pwn(536) : error 017: undefined symbol "noooc" C:\Users\Joca\Desk...
223
You need to make sure the commands are outside all functions.. so on it's own and then you also need to change the return value within OnPlayerCommandText to 0. Код: public OnPlayerCommandText(pla...
223
I believe for the plugin you're using.. which I presume it is easyDialog v1, you need to do, for example: Код: ShowDialog(playerid, Show:MyDialog, DIALOG_STYLE_LIST, "List", "Items", "Select", "Ca...
129
Quote: Originally Posted by oMa37 This should work: PHP код: if(sscanf(params, "iS()["#STR_SIZE"]", kickid, reason)) return SCM(playerid, GREY, "[Usage]: /kick [playerid] ...
95
Make sure your file structure is.. Код: - includes - YSI - y_ini.inc - YSI_Internal - y_compilerpass.inc If they have been moved, then they cannot be found which could be wh...
146