Search Results
roundabout creator by kubak01 This project actually started as a thing connected with our server`s lore, where the previous scripter would just add shitload of useless roundabouts basically almost ev...
475
Aye it was. https://github.com/Mrucznik/LogMaster Thanks man!
482
Код: forward AntiSpawnkill(playerid, labelid);
241
Quote: Originally Posted by ElMaestro123 this won't work, you can't declare player variable by adding [ playerid ], only by adding [ MAX_PLAYERS ]. also this string length looks like shit,...
178
Aye. Код: new badgeActive[MAX_PLAYERS]; public OnPlayerConnect(playerid) { badgeActive[playerid] = true; } COMMAND:showbadge(playerid) return cmd_hidebadge(playerid); COMMAND:hidebadge(playerid...
178
Quote: Originally Posted by MetalBeard not working xD We cannot provide you with working code until you show us what are the variables.
182
It's in the streamer CreateDynamicPickup(modelid, type, Float, Float:y, Float:z, worldid = -1, interiorid = -1, playerid = -1, Floattreamdistance = STREAMER_PICKUP_SD, areaid = -1, priority = 0)
57
We use simple text files for logging, and we basically log everything that a player does. When our MySQL DB crashed and we had no backup other than a 4 days old one we just wrote a simple C# program ...
482
You are trying to compare an integer and a string using == replace dini_Get with dini_Int, it's almost the same but it does strval() - converts an integer to a string. https://sampwiki.blast.hk/wiki...
75
Oh. Well, there you go. The default death animation is pretty ok i guess. Код: ApplyAnimation(playerid, "PED", "KO_shot_front",4.1,0,1,1,1,1); Preview on how it looks: https://streamable.com/b5ro...
137
You would want to preload animation libraries most probably.
137
XML is also not that fast, JSON would be the greatest idea, however I've had some problems using SA-MP Json plugins. You can also think about SQLite, it's natively supported and not that bad.
468