Search Results
You could add other horses and set up a racing system like in single player. However, this is good too, I'm pretty sure it'll be way more fun for players to have this instead of nothing.
1,055
I've added a YSI version. The code has been revised and improved a little bit for the YSI version. Now the include tracks the gang zones created/destroyed in order to know how many gang zones are stil...
2,550
DissolvePlayerScreen v0.01 [*] Introduction Hello, this is an include I've scripted for my gamemode but I decided to share it here, luckily someone else finds it useful. I'm using YSI 4.x right now f...
1,086
Are you using any plugin or include related to timers? Are you running any code often which takes a lot of time to be executed? What OS are you running your server on? Your code seems okay, I've tri...
165
I can confirm this issue, it doesn't matter what charset I set, some characters do not display correctly. At this point maybe you should create an issue here: https://github.com/pBlueG/SA-MP-MySQL/iss...
284
Quote: Originally Posted by Slice I'm sorry but this is both inefficient and laggy. Here's a much better version, although the script is private: https://www.youtube.com/watch?v=a9AK-F7df...
2,824
It's not bad at all, but make sure you don't start two or more timers for the same vehicle (it wouldn't make sense).
170
Give a try saving/loading the color as an integer, using %d and cache_get_field_content_int.
158
Quote: Originally Posted by Sasino97 Do you think is it possible to use this to create a wanted level system similar to that of GTA IV and GTA V, or would that exceed the limit? What I mea...
2,550
Quote: Originally Posted by Mobtiesgangsa This type of mobile is already in the Cz servers of gta-multiplayer.cz its mainly developed by niCe I don't know how is that related to this ob...
1,132
@~Error: thank you for reporting that, fixed.
1,960
Nice trick, good job. You could use a macro for the IsClient03DL function as you're using a global variable there. Otherwise, I'd use a static variable with some safety checks for the playerid paramet...
1,000
I've made this one with TextDraws also, I didn't use custom textures or sprites.
415
Good job BarbaNegra, I didn't expect less coming from you. It represents MCSA's colors, thank you.
486
Quote: Originally Posted by Chaprnks This thread should be moved to the SA-MP DL releases section. Thy will be done.
877
It has been disabled, most Spanish guys are now in my Discord server. Feel free to join us and ask whatever you wish related to PAWN. Spanish's section archive: http://forum.sa-mp.com/forumdisplay.ph...
565
Nice old memories, would be awesome to dance against someone else, a multiplayer version of this challenge. Are you creating/destroying the TextDraw or is it something similar to TextDrawSetPos from Y...
489
Hello guys, I've made this mobile phone for my gamemode and it has been released long time ago actually but on another site, so I thought about sharing it here also. It's based on the mobile phone fro...
1,132
PHP код: new Query[150];             new player_name[MAX_PLAYER_NAME];             GetPlayerName(playerid,player_name,sizeof(player_name));             ...
136