Search Results
1) Download crashdetect.dll or crashdetect.so. 2) Edit pawn.cfg, add "-d3", or use #pragma option -d3 on top of the script, then compile it. 3) Run server.exe, when it breaks, you will see the EXACT l...
1,303
ALS hook SetPlayerHealth/Armour, GetPlayerHealth/Armour, and under OnPlayerTakeDamage do the thing. Example: PHP Code: SetPlayerArmourEx( playerid, Float:armour ) {     PlayerInfo[ player...
2,030
Awesome, I was just wondering, I've downloaded linux and windows files. Apparently, only linux contains the .inc, is that purposefully done or has the include been updated?
26,043
Quote: Originally Posted by Leonerdo garbage, optimization is bad. performance is bad. Mate, not everyone would use PawnPlus and the entire YSI library to meet your requirements, thats ...
60,353
Quote: Originally Posted by SharpenBlade If you are trying to count the rows try this: new rows; cache_get_row_count(rows); if(rows) Or alternative: Code: if( cache_num_rows( ) ){ } ...
666
PHP Code: /*     cache_get_value_name -> Is used to fetch string from MySQL     cache_get_value_name_int -> Is used to fetch integers(number(s)) from MySQL     ca...
666
Or perhaps, do not use WAMP SERVER, use XAMPP.
640
I'm learning pawno for three years. It took me one year to learn basics and get used to pawno. It took me two years to actually start scripting something unique. It took me three years to be an averag...
780
Quote: Originally Posted by Koreadars Are you using the newest plugins? Код: [08:18:41] [FCNPC] Warning: Crash possible. The maxplayers limit in server.cfg is less than the maxnpc limi...
232
Код: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.DL-R1, (C)2005-2018 SA-MP Team [08:18:40] [08:18:40] Server Plugins [08:18:40] -...
232
I have RouteConnectorPlugin.dll and RouteConnectorPlugin.so. In my server.cfg, all plugins are properly with no mistake written. After I run the server I get this error. Why does plugin fail to loa...
232
I'm having a problem with OnPlayerRequestDownload. I've artwork 1 defined in server.cfg, but the download does not redirect. Код: new SERVER_DOWNLOAD[] = "https://github.com/SORRY?CENSORED?/FILES"...
119
Код: CMD:createatm(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < 3) return SendClientMessage(playerid, COLOR_GREY, "You are not authorized to use this command!"); new Float:x, Float...
66
https://sampforum.blast.hk/showthread.php?tid=522253 #include <polygons>
158
Hello people! So I decided to post a filterscript. It is a drug system, I've maded, it is free to use, just please do not remove the credits. Check my signature, positive reputation would be appricia...
2,586
You can Hook:1_OnPlayerSpawn(playerid) { return 1; } // Hook:2_OnPlayerSpawn(playerid) { return 1; } ...
229
How can I make that if player manages to play 45 hours in one month, to give him for example $200,000? Any example?
62
nope it didnt work. I dont need a command for it, I tried using it in my cmd, i showed u my code i just need when player types "house selltomarket confirm' to execute the cmd
355