Search Results
Thanks for all your opinions! Build 2 - Beta Release Code: - Revamped the code - Lesser use of strcmp now (not used to return messages anymore) - Using gvar to facilitate the process of handling lan...
2,426
Quote: Originally Posted by KevTheJoker I appreciate your criticism but answer this question. What are the names of the Public Bots which have the similar, exact features as the CJ Bot? ...
7,078
vlang Build 2 - Beta Release - Last Update: 11/6/2020 Sometimes I wanted to translate my game script in multiple languages and for all the features I have, not for client messages, game texts or dial...
2,426
You want to make a premium version out of something that is pretty simple and has alternatives, you don't even need a bot for it and there are many bots I saw that already are able to query servers an...
7,078
You can update players data automatically using a timer (or a task if you use YSI) every 5-7 minutes and it wouldn't hurt at all.
833
In your code you are using "id" to refer to the player that this disconnected player was duelling but you are not considering whether the id value is -1 (the value you're resetting it to) or not. You ...
1,032
mysql_tquery is basically a threaded MySQL query which shouldn't hang the main thread that the SA-MP server runs on. Think about it, if you update the kill count in the database for every player, eve...
833
Are you experiencing performance trouble doing it this way? I'd say that having tables for each system separately and updating them when needed is a better idea, and is safer when it comes to facing e...
833
I don't think you can. But I can advise you to use Atom, Sublime Text 3 or VSCode. They automatically save your code so that if the editor or your system unexpectedly shut down or crashed, you wouldn'...
582
Are you resetting the PlayerInfo array when the player disconnects? If so, make sure to do the duel check before you reset it, otherwise I assume you set the value to -1 before you actually do your ch...
1,032
If I get it correctly, you want items to be added up to the same slot in case they are the same type, but instead they are added to other slots instead of being added to the same slot? If so, you nee...
572
You need to open the port in your firewall, i.e. open port 7777 if your server's port is 7777 and make sure you enable the UDP port. If you run multiple servers you might want to look for how to open ...
605
If you are using Windows, the max amount of players you can have in game is 500. If you use Linux, you will be able to go higher (up to 1000).
722
History This gamescript was developed from early 2016 till this day, many features were added and many were removed, till it reached a good taste that people liked, and that made it the SWAT vs Terro...
5,192
Got it working yesterday, pretty cool and accurate.
4,423
You don't learn something for the purpose of learning it. If you don't have a purpose for which you want to learn PAWN, you will have no motivation and will probably spend less than an hour every mont...
1,187
Quote: Originally Posted by Hazon Attacks still goes or I can remove the plugin ? The plugin doesn't harm and its safe to keep it for if another attack starts.
8,127
I go for tropical. Looks more cheerful.
1,013
Finally an official discord server.
45,271