Search Results
Use OnPlayerUpdate to check for hacks. It's better IMO than using a timer to loop through all the player's.
123
It would help greatly if the server was even online.
91
while(mysql_fetch_row(query)) { format(msg,sizeof(msg),"%s\n",namefound); } ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_LIST, title, msg, "Select", "Back"); Edit that to your needs. It will di...
139
SELECT `name` FROM `users` WHERE `ip` LIKE '%s' or SELECT `name` FROM `users` WHERE `ip` = '%s'
139
Quote: Originally Posted by DirtyLilFreak You do know vBulletin and IPb are paid? right? So you better change the list to SMF, MyBB, PunBB etc... :P That's not a problem if you have off...
208
Quote: Originally Posted by Psymetrix If you would like to ignore playerid, world ect, you can do it like this. pawn Код: CreateDynamicObject(5,-698.97000000,1278.21000000,0.51000000,0...
66
I have only recently started using Icognito's Streamer for objects. I'm not the best with plugins, and parameters, so i have a few questions i hope will be simple for you to answer. - Objects load w...
66
This is very part of my mysql query - It works, i've tried it over 300 times, but i have ran into a small problem. If the string of '%s' contains a ', then the query doesn't work as it messes it up. ...
69
Quote: Originally Posted by Dwane MYSQL is the best but the most difficult of those 3 options. MySQL is the easiest for me to be honest. All this file opening and closing is too much ef...
124
Because you have never used them, Warnings are fine - that is fine, it's just telling you that having them is pointless because you haven't used them at all in your script.
113
pawn Код: if(GetPlayerVehicleSeat(playerid) != 0)        {                    //He isn't the main driver.            return 1;        }
76
The power of ****** is alot more powerful than the power of the sa-mp community, young one.
182
Quote: Originally Posted by Frank Biohazard Boat Roleplay, Live like a boat passenger with many functions and jobs like cleaner, Bar Tender, Hotel Manager(Admin job), Issue Fixer (Like no ...
409
Yes, correct - that is your mysql log. But it doesn't include anything to do with the register feature?? The mysql_log will show the register log, if any queries are actually called.. What shows up ...
157
That log shows nothing other than your login feature works. Try using your register feature and show us the log for the register system.
157
Why on earth are you doing that? I think using .ini is even faster than external databases..
191
Are you calling the query on a home server, or a server hosted on the VPS? You sorta confused me with the last sentence you said.
191
Yeah .. this is very weird.. Is anyone here experienced in Textdraws? Would be a huge help.
108
Well, this picture kind of explains what happens.. . I have no idea how this is even produced. It's just text, it works fine when you reconnect, but randomly messes up and sometimes hides itself.
108