Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot Search Results

Pages (5): « Previous 1 2 3 4 5 Next »
Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: HELP! How to use #emit and while? Basic to do with the function?
Post: RE: HELP! How to use #emmit and while? for what?

https://github.com/YashasSamaga/AMX-Assembly-Docs/blob/master/DOCUMENT.md
Kwarde Pawn Scripting 2 469 2021-05-25, 06:51 PM
  Thread: Forum SAMP and SAMP Wiki Closed?
Post: RE: Forum SAMP and SAMP Wiki Closed?

Jimmy Wrote: (2021-05-24, 11:47 AM) -- btw even the forum archive is dead. -- There is (for now) still web-old.archive.org (instead of web.archive.org)
Kwarde Chat 28 29,024 2021-05-25, 06:46 PM
  Thread: Basic SA-MP & Pawn Guide
Post: RE: Basic SA-MP & Pawn Guide

Y_Less Wrote: (2021-05-15, 10:03 AM) -- "who just woke up" is additional information, and is enclosed by ","s.  Thus they are parentheses.  Brackets, dashes, semi-colons, and probably more, can all b...
Kwarde Tutorials 8 32,459 2021-05-21, 08:32 AM
  Thread: MYSQL R41-4
Post: RE: MYSQL R41-4

israel_Oliveira Wrote: (2021-04-30, 04:59 PM) -- Thanks to everyone, I had already solved the problem but I ended up not commenting here, it was a simple syntax error -- There was indeed a syntax err...
Kwarde Support 6 1,438 2021-05-21, 08:13 AM
  Thread: [SOLVED] How Find New ID from enum for SQL with forward loop function ?
Post: RE: [SOLVED] How Find New ID from enum for SQL wit...

Didn't look at all the code, but what are you doing here? Code: -- GetFreeTrunkID(v, s) { new i=1; for(i; i
Kwarde Pawn Scripting 4 777 2021-05-21, 08:04 AM
  Thread: What city of the country are you from?
Post: RE: What city of the country are you from?

Netherlands. Born in Meppel, raised in Ruinerwold and since a year of two living in Zwartsluis (which is near Giethoorn)
Kwarde Chat 83 75,449 2021-05-21, 07:53 AM
  Thread: [SOLVED] How make function to turn on the vehicle lights blinks like siren alarm ?
Post: RE: HELP! How make function to turn on the vehicle...

I'm guessing you want to set a timer that switches the lights on and off; https://sampwiki.blast.hk/wiki/SetVehicleParamsEx Enabling the alarm would do the same thing but it would also trigger the al...
Kwarde Pawn Scripting 4 1,081 2021-05-07, 04:41 PM
  Thread: [FIXED] how create new native functions can be suggested by the autotext system
Post: RE: Help! how create new native functions can be s...

Native functions are functions inside the host application. Has nothing to do with creating a function list. Just so happens that pawno does this, but it's not what they are intended for (just making ...
Kwarde Pawn Scripting 1 588 2021-03-30, 02:32 PM
  Thread: MySQL Question
Post: RE: MySQL Question

Quote: -- Basically, it makes the array (string variable) empty, hold no real value -- Less basically, it sets the first cell to "EOS" (End Of String, null terminator, \0). PAWN uses the null termin...
Kwarde Pawn Scripting 4 1,788 2021-03-08, 07:29 PM
  Thread: Script performance testing
Post: RE: Script performance testing

You also may want to read this (and use y_profiling): https://github.com/pawn-lang/YSI-Includes/blob/5.x/YSI_Core/y_profiling/features.md
Kwarde Support 5 1,792 2021-03-08, 07:04 PM
  Thread: Run time error 19: "File or function is not found"
Post: RE: Run time error 19: "File or function is not fo...

destiezk Wrote: (2021-03-07, 11:12 AM) -- You can put this into your gamemode somewhere: Code: -- native WP_Hash(buffer[], len, const str[]); //This is a Whirlpool function, we will need that to sto...
Kwarde Pawn Scripting 5 2,079 2021-03-07, 12:11 PM
  Thread: Long callback execution detected (hang or performance issue)
Post: RE: Long callback execution detected (hang or perf...

https://github.com/Zeex/samp-plugin-crashdetect#configuration Quote: -- How long a top-level callback call should last before crashdetect prints a warning. This can be set very high (for example 1...
Kwarde Pawn Scripting 2 1,113 2021-03-07, 12:07 PM
  Thread: How does one make a top5?
Post: RE: How does one make a top5?

Going through "user files"? Is unnecessary? Is an issue somehow? Do you know how MySQL works? You found the secret text! If your database (and server, and system, eventually) is set up properly th...
Kwarde Pawn Scripting 10 3,406 2021-02-27, 02:26 PM
  Thread: How can I do this?
Post: RE: How can I do this?

In combination with Pawn.RakNet: https://github.com/Romz24/samp-gravity
Kwarde Pawn Scripting 10 3,318 2021-02-27, 02:13 PM
  Thread: How does one make a top5?
Post: RE: How does one make a top5?

If you're using MySQL you can very easily select a top 5 based on certain data. For example, let's say we have this users table:\ Code: -- +----+-----------+-------+--------+-------+ | id | name ...
Kwarde Pawn Scripting 10 3,406 2021-02-26, 05:22 AM
  Thread: help with this pls
Post: RE: help with this pls

destiezk Wrote: (2021-02-24, 01:19 AM) -- Code: -- CMD:id(playerid, params[]) { new target_id, string[256], target_name[MAX_PLAYER_NAME + 1]; if (sscanf(params, "u", target_id)) return SendClientMes...
Kwarde Pawn Scripting 7 2,401 2021-02-25, 09:26 PM
  Thread: AFK Damage
Post: RE: AFK Damage

Note that I assumed afk as: an 'alt tabbed player' (otherwise, if they would stay in-game the server would not see them as afk) They might be killed once, but after their respawn they'd be untouchable...
Kwarde Pawn Scripting 5 2,025 2021-02-24, 11:46 PM
  Thread: AFK Damage
Post: RE: AFK Damage

destiezk Wrote: (2021-02-24, 05:52 PM) -- SA-MP does it automatically if I correctly know. -- No, it does not.
Kwarde Pawn Scripting 5 2,025 2021-02-24, 08:09 PM
  Thread: Rank Teams | TDM
Post: RE: Rank Teams | TDM

SELECT and ORDER BY. A basic query could be built as: Code: -- SELECT someData FROM someTable ORDER BY someColum; -- You can order ascending or descending using ASC or DESC: "(...) ORDER BY someCo...
Kwarde Pawn Scripting 1 865 2021-02-19, 06:09 AM
  Thread: how to load every user.ini in scriptfiles using YINI
Post: RE: how to load every user.ini in scriptfiles usin...

Quote: -- you should remove return statement in loop because it stops the loop. -- Not just the loop, though. Allow me to add this information for mems: - "continue" stops the current iteration of th...
Kwarde Pawn Scripting 31 9,307 2021-02-16, 06:01 AM
Pages (5): « Previous 1 2 3 4 5 Next »

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald