Search Results
Код: [19:44:15] Loading plugin: YSF.so [19:44:15] logprintf = 0x080A91D0
50,011
I've maked a pre-compiled version of this plugin for windows server, Link: https://www.dropbox.com/s/30huawjibg77vwp/SART.rar?dl=0 (Plugin + Include) Credits to DialUp Ps. Im going to compile for ...
4,038
I started server this morning, servers with 10/20 players and 20 pickups on CentOs!
50,011
kurta, can make a function for hide player in scoreboards like: Code: HidePlayerFromScoreboards(playerid, bool:toggle);
50,011
You must put Object in callback OnGameModeInit if the script is a Gamemode, if the script is a filterscript put it in OnFilterScriptInit
71
See this about time: https://sampwiki.blast.hk/wiki/Gettime
183
Try using sscanf: Код: CMD:veh(playerid, params[]) { new modelid; if(sscanf(params, "i", modelid)) return SendClientMessage(playerid, red, "Error. Usage: /veh [modelid]"); if(modelid > 611 ...
179
very nice work! useful include
250
Try using: Код: CreateDynamicCP(-1447.2351,1502.1000,1.7366, 3.0, -1, -1, -1, 100.0);
102
Hi all, Sorry for my bad english.. i hope you understand equally! English: Shortly ago I was on my SAMP server and a player asked me if he could show me a bug, then I am teleported to him and I follo...
143
Good job man, i wait for linux release
50,011
Try Код: format(StringVehicul,sizeof(StringVehicul),"{FFCC00}[Newbie Vehicles - Disponbil]"); newbie3dtext[i] = Create3DTextLabel(StringVehicul, 0xFF0000CC, x, y, z+75, 10, -1, 1); ...
166
Thanks for support & help - sorry for my bad english
1,122
If you using https://sampwiki.blast.hk/wiki/Using_strcmp%28%29 just replace the last return 0; with return BadCommand(playerid); and make a stock like: Код: stock BadCommand(playerid) { TextDrawS...
56
You dont need the Streamer plugin, you should check at: https://sampwiki.blast.hk/wiki/GangZoneCreate And if you want to create them directly in game try: https://sampforum.blast.hk/showthread.php?tid...
123
Awesome include, it would be nice if the player could destroy these towers
1,122
Nice admin system, but dini is very slow and outdated, try Y_Ini.
112
kurta, very nice realease now i have no problem with gangzones functions! really thx hope you continue this plugin.
50,011