Search Results
Great work, I’m sure it was quite the task.
2,912
Very impressive. I love the way it all flows together with a nice modern look to it.
961
Your video is going to give me a seizure. Good concept though, really. Just needs a little bit of cleaning up around the edges. Give a smoother feeling, feels choppy currently. Overall well done.
2,824
Are you using mysql_log(ERROR); ? If so, set it to mysql_log(NONE); See if it still crashes. Also post your log.
147
What plugins are you currently using? Are you using sampgdk?
147
You're missing one of two things or both combined. 1) Fun: Ask yourself, once this is completed will I enjoy doing it with myself? If I noticed this on a different server, would it catch my attention ...
1,150
I used strcat and it solved my issue. Seems to be the best method.
140
Quote: Originally Posted by Midoria Its shutting down please help me !! If you're new to programming, this is not the script to start with. It's fairly complex and is designed for above...
32,610
pawn Код: mysql_tquery(Database, "CREATE TABLE IF NOT EXISTS `PLAYERS` (`ID` int(11) NOT NULL AUTO_INCREMENT,`USERNAME` varchar(24) NOT NULL,`PASSWORD` char(65) NOT NULL,`SALT` char(11) NOT NULL,`...
140
Quote: Originally Posted by Dennis12 And WTF is with that strings Code: new string[2300], rinfo[1000] A large string array for a dynamic system isn\'t a issue. The issue is when peo...
1,544
Welcome to the most downloaded God Father edit.
32,610
Open task Manager and see if gta_sa.exe is running. That will cause it to instantly crash if so. end the task and retry connecting.
280
I wanted to know why everything did what it did, and more importantly, how. Once I started to get the hang of it majority of servers seemed very unimpressive due to the simplicity of everything.
2,015
https://github.com/pawn-lang/compile...st-Correctness https://github.com/pawn-lang/compile...st-correctness
133
You're using outdated Include files. GetPlayerPoolSize() Isn't defined in your current include files.
133
This section is for help with problematic code. Please use the search feature to solve your issue.
80
You can't tell if someone is standing on your right or left side with accuracy. You can detect if their next to you, but not what side of you they are on. For instance, if you're standing and someone...
100
http://weedarr.wikidot.com/interior Pretty master idea.
139
If I'm not mistaken it's to debug current result memory from a db_query.
77