Search Results
Have you read this topic? https://sampforum.blast.hk/showthread.php?tid=295798
881
Код: [26/03/2018 10:57:27] [debug] Run time error 4: "Array index out of bounds" [26/03/2018 10:57:27] [debug] Attempted to read/write array element at index 65535 in array of size 51 [26/03/2018...
3,453
Why using profiler_callgraph 1 and profiler_callgraphformat dot crashing the server Code: 20:06:37] [debug] Server crashed while executing gm.amx [20:06:37] [debug] Native backtrace: [20:06:37] [deb...
10,367
Quote: Originally Posted by CodeStyle175 is this api free cause in some time it will block some requests. It's free but with limits. Code: Our system will automatically ban any IP add...
655
Try this PHP Code: mysql_format(Database, query, sizeof(query), "SELECT * FROM BanData WHERE IPAddress LIKE '%%%s%%' ORDER BY BannedOn DESC LIMIT 5", targetip); 
206
Quote: Originally Posted by SacrificeGaming it did work for /setskin but now if I try to take a skin above ID 300 from the group locker it doesn't work here the dialog: PHP код: ca...
77
Your functions names are different. Change if(!IsInvalidSkin(skinid)) to if(IsValidSkin(skinid)) And remove skin id 300 to 311 from IsValidSkin function.
77
When using SSL version Code: Loading plugin: irc.so Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory) Debian 8 64bit
19,594
Is there any downsides of using this Code: if(Score >= 0) else if(Score > 49 && Score < 100) else if(Score > 99 && Score < 250) else if(Score > 249 &&...
161
From wiki PHP код: new string[4] = "250"; new iValue = strval(string);  works but if string = "n250" doesn't work I want to convert string "n250" to integer 250
99
Default configurations on first post is outdated as well as few other things such as Code: public OnPlayerSuspectedForAimbot(playerid,hitid,weaponid,type) Other than that, this is really good for ad...
3,453
Anyone have a pastebin link of this include? pastebin link on first post expired.
5,079
Here's how you can enable/disable a command in-game by typing /disablecmd rename disablecmd to whatever you want Код: new DisableCMD[MAX_PLAYERS]; CMD:disablecmd(playerid, params[]) { if (adlvl...
96
Is this what you're talking about? Код: new ContractWait[MAX_PLAYERS]; // at the top of your script if(strcmp(cmd, "/contract", true) == 0) { if(GetTickCount() - ContractWait[playerid] ...
157
Using sphere works! Thank you.
152
I'm using the streamer plugin, I want the pickup to show always. I'll try the sphere suggestion. What you mean by toggle?
152
Same as type 1, keeps getting called. I'm displaying a textdraw when standing on the pickup, whenever I hide the textdraw by pressing a button the textdraw appears again (while standing on pickup) be...
152
I want to create pickups for business what pickup type to use for it? I want the pickup to not disappear. Pickup type 1 doesn't work it triggers OnPlayerPickUpPickup every few seconds which is not wh...
152
Volthost abandoned? Good. Had a horrible experience with them.
195