Search Results
Код:
[19:44:15] Loading plugin: YSF.so
[19:44:15] logprintf = 0x080A91D0
78,040
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 ...
5,729
I started server this morning, servers with 10/20 players and 20 pickups on CentOs!
78,040
It works and not crash!!
78,040
When YSF R10 will be released? D:
78,040
kurta, can make a function for hide player in scoreboards like:
Code:
HidePlayerFromScoreboards(playerid, bool:toggle);
78,040
You must put Object in callback OnGameModeInit if the script is a Gamemode, if the script is a filterscript put it in OnFilterScriptInit
148
See this about time: https://sampwiki.blast.hk/wiki/Gettime
297
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 ...
328
Try using:
Код:
CreateDynamicCP(-1447.2351,1502.1000,1.7366, 3.0, -1, -1, -1, 100.0);
193
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...
204
Good job man, i wait for linux release
78,040
Try
Код:
format(StringVehicul,sizeof(StringVehicul),"{FFCC00}[Newbie Vehicles - Disponbil]");
newbie3dtext[i] = Create3DTextLabel(StringVehicul, 0xFF0000CC, x, y, z+75, 10, -1, 1);
...
277
Thanks for support & help
- sorry for my bad english
1,696
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...
96
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...
184
Awesome include,
it would be nice if the player could destroy these towers
1,696
Nice admin system, but dini is very slow and outdated, try Y_Ini.
234
kurta, very nice realease
now i have no problem with gangzones functions!
really thx
hope you continue this plugin.
78,040