Search Results
Quote: Originally Posted by YourShadow No. Pawn.RakNet uses an outdated algorithm of caching. I've been having a bizarre issue. Pawn.CMD 3.3.0 works perfectly on a linux host, but compl...
25,938
This is a great attempt at combating the mapping issues, as loading them into the gamemode as an include is very inefficient. Loading it as a filterscript also has issues itself. I wonder if this work...
1,396
You keep posting these 5-10 line scripts.. they should be posted in script snippets section. There's no point in making a whole thread & 200+ lines of unused SA-MP callbacks just for a snippet.
2,004
Where's the download link to the actual script? Doesn't seem to be anywhere in the post o_O
1,991
Whats so unique about this filterscript? I breifly looked through the code & its only coordinates & race checkpoints.. that's the same exact method 90% of bland servers use to this day.. eithe...
3,147
This is an excellent concept, but its unfortunate this will result in banning of ALL mods. Especially those essential .asi based fixes (anticrasher.asi, mousefix.asi, MixSets.asi, fastload.asi). All o...
2,669
The app force closes apon every launch for me. Device: Nexus 6p ROM: AICP (android pie) Rooted
1,268
I like the script, but I just noticed one major flaw: AFAIK, Kalcor removed CreateMenu function from SA-MP recently.. I remember reading a reply in Everything & Nothing about how its rarely used o...
3,007
Quote: Originally Posted by CaioTJF • MenuStore.inc I seem to have an odd bug to report with this script. When purchasing multiple items, it only processes the first item in the shopp...
8,548
Very thoughtful & useful tool! Comes with a surprising amount of tools, alot more than I was expecting. Saves a bunch of time when trying to figure out animations, without having to configure/star...
2,040
90% of the time, I see a new post on the RSS feed from SA-MP forums & I think "yet another useless filterscript that should have been a snippet" or a mapping without the download link.. but I was ...
2,441
I wonder if this could be used with the new laravel 6 (on their site, it says it supports PHP 7.2 now). Although, realistically it'd likely require ALOT of recoding.. as each update regularly has code...
9,077
I get this warning only when the timers plugin is enabled. Maybe SAMPGDK is out of date?
5,423
Very interesting! It reminds me of PAWN playground, but with sampctl support added! Hopefully it\'ll be used often
2,511
I wonder if the old RouteConnector/GPS plugin functions can be converted into the new Modern GPS plugin.
11,572
Is there a way to dynamically list all the commands to a player? Here's the equivelant in y_commands format: pawn Code: YCMD:commands(playerid, params[], help){    if(help) SendClientMessage(playe...
25,938
Is there any way to create a list dynamically? Like populate the list items based on a mysql query. AFAIK, it looks like it can only be populated statically, in its own function. Basically using this ...
939