Search Results
Quote: Put npp_save on the first line if you want to save the file before compiling automatically (lazy motherfucker..). Code: cd $(CURRENT_DIRECTORY) "C:\Program Files (x86)\PAWN Compile...
8,615
You could simply put this GM in Github/Gitlab and just merge fix/improvement commits...
14,407
Quote: [22:17:28] [debug] Run time error 10: "Native function failed" [22:17:28] [debug] strins [22:17:28] [debug] AMX backtrace: [22:17:28] [debug] #0 00000930 in str_ireplace (sSearch[]=...
2,057
Quote: Originally Posted by Kar Does PAWN spell 'PHP'? Get out, spammer. Quote: Westie: Missed PHP's excellent string modification functions? Yeah, but that was because it was easy.
2,057
Quote: Originally Posted by ball Код: printf("%s %s %s", dest[0], dest[1], dest[2]); IK that, but PHP's version of same code works fine: PHP код: $source = "123,456,789";...
2,057
Thanks for the feedback Quote: Originally Posted by SimonItaly Nice. But I like to keep the .vscode folder in the gamemode repository, just for the encoding preference in settings.json ...
181
Nothing special, just a good .gitignore and .gitattributes for PAWN developers who uses Git SCM: Contains OS files(Win/Linux/Mac), IDE files, build automation, source control managers and PAWN files ...
181
Quote: Originally Posted by Lokii Get weapon slot Код: stock GetWeaponSlot(weaponid) { switch(weaponid) { case 0,1: return 0; case 2,3,4,5,6,7,8,9: return 1; ...
71,106
use MySQL plugin R39-6 and read the the FAQ at here: https://github.com/pBlueG/SA-MP-MySQL
256
I think you shouldn't include <a_samp>, since it's already included by the user... (in Include version)
14,862
No info/detail = no help
129
I think there\'s a problem with this release... when I upgraded my SA-MP server to R2-2 and R2-2-1 I got some errors with FCNPC plugin: [FCNPC] Error: NPC \'npc0\' not created. Name \'npc0\' is inval...
15,467
dude, put your codes here... login codes
174
1- You tried to execute an EMPTY query. like mysql_query(" "); 2- You have a double semi-colon somewhere. 3- You are calling mysql_query() twice at once.
174
Is there any benchmark or performance/speed test for YSI libs?
1,455
Put a simple print around your Queries to see the source of error... Also I think you can use MySQL R39-6 without any API/Code change https://github.com/pBlueG/SA-MP-MySQL/releases
174
Hey Is there any Unit Testing tool for SA-MP scripts or even Pawn language? I found one but its very simple and almost useless: https://github.com/alldroll/amx-utest Thanks in advance.
83
I think this should be iDini, not Dini2... because there is no API change, right?
9,571
Quote: Originally Posted by BadScripter I can't see any Alpha objects in the SS ,Can you highlight it or something ? I did
119