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

Pages (5): 1 2 3 4 5 Next »
Search Results
Post Author Forum Replies Views Posted [desc]
  Thread: Misc Aviation Tools and Auto-Pilot for SA-MP!
Post: RE: Misc Aviation Tools and Auto-Pilot for SA-MP!

I see a SAMP: Flight Simulator coming up. Who's good with textdraws? :P Seems decent tho! Definitely gonna give it a shot.
Kwarde Libraries 4 3,600 2020-09-27, 08:09 PM
  Thread: [MUSIC] What are you listening to right now?
Post: RE: [MUSIC] What are you listening to right now?

(^ 7/10) https://www.youtube.com/watch?v=dVQBD5viKHU
Kwarde General Discussions 11 7,826 2020-09-27, 08:41 PM
  Thread: [I-ZCMD]Improved ZCMD - Fastest Command Processor
Post: [I-ZCMD]Improved ZCMD - Fastest Command Processor

NOTE: Directly copied from SAMP Forums (web archive). Fixed some links, and attempted to make the post look prettier (no empty lines). Somehow this editor keeps adding back those empty lines. I'll fix...
Kwarde Libraries 1 2,893 2020-09-28, 10:34 AM
  Thread: Optimizing Looping All Streamer Objects
Post: RE: Optimizing Looping All Streamer Objects

All information about y_interate (which is y_foreach) can be found on the Github page: https://github.com/pawn-lang/YSI-Includes/blob/5.x/YSI_Data/y_iterate.md
Kwarde Pawn Scripting 3 2,745 2020-10-02, 08:54 AM
  Thread: Similar hexes
Post: Similar hexes

This is more of a snippet than a library. However, it holds these functions (they all depend on each other): has_alpha(color) Checks if HEX (read: integer) input is RRGGBBAA. Does not work properly ...
Kwarde Libraries 0 1,322 2020-10-02, 09:08 AM
  Thread: Infamous internet speed / speedtest.net thread
Post: RE: Infamous internet speed / speedtest.net thread

Banditul Wrote: (2019-10-31, 01:08 PM) -- 3.7€. Before i had from other ISP was paying 8.4€ for half the speed, im glad i switched (both fiber) https://www.speedtest.net/result/8720917745.png -- Wha...
Kwarde Chat 36 35,830 2020-10-02, 09:26 AM
  Thread: Vehicle Roleplay
Post: RE: Vehicle Roleplay

Perhaps here: http://web.archive.org/web/20140803042013/http://pastebin.com/XDQ0FaNu or here: https://github.com/emmet-jones/New-SA-MP-callbacks/blob/master/callbacks.inc
Kwarde Pawn Scripting 1 1,504 2020-10-03, 05:47 PM
  Thread: Got Restarting Reason But Server not Down
Post: RE: Got Restarting Reason But Server not Down

It says in-game the server is restarting? That'd be something in your script. And if it happens when someone disconnects, that'd be under OnPlayerDisconnect()
Kwarde Pawn Scripting 5 3,034 2020-10-04, 11:11 AM
  Thread: Sound in 0.3DL / Sonido en 0.3DL
Post: RE: Sound in 0.3DL / Sonido en 0.3DL

Not that I know off, but you can play an audio stream for players (using an URL): https://www.open.mp/docs/scripting/functions/PlayAudioStreamForPlayer
Kwarde Pawn Scripting 1 1,443 2020-10-04, 11:14 AM
  Thread: mysql
Post: RE: mysql

Bit of a late reply, but, in case anyone ever needs it: https://downloads.mariadb.org/ You would need (after clicking on "Download MariaDB xx.x.x stable now!) the "mariadb-xx.x.x-winx64.msi" option
Kwarde Support 2 2,846 2020-10-04, 03:14 PM
  Thread: [MUSIC] What are you listening to right now?
Post: RE: [MUSIC] What are you listening to right now?

2009 is considered old (would rate that song 6/10. Just noticed that's the intention of this topic :P)? Then this would be ancient (actually listening it on LP, studio version atm). https://www.youtub...
Kwarde General Discussions 11 7,826 2020-10-04, 06:21 PM
  Thread: fatal error 111: user error: Could not find y_iterate
Post: RE: fatal error 111: user error: Could not find y_...

https://github.com/pawn-lang/YSI-Includes/releases
Kwarde Support 3 2,770 2020-10-08, 07:46 PM
  Thread: Infamous internet speed / speedtest.net thread
Post: RE: Infamous internet speed / speedtest.net thread

Pinch Wrote: (2020-10-14, 08:08 AM) -- Pretty sure it's written there -- Alot of people use VPN's (causing different ISP to show) and people might not use the closest host so asked just to be safe ;)
Kwarde Chat 36 35,830 2020-10-16, 05:59 AM
  Thread: Help sublime compile on macOS
Post: RE: Help sublime compile on macOS

Seems "./pawncc" wasn't found. I always manually run pawncc (or rather, created a compile.sh file so I don't have to typ out all parameters all the time). Since I'm not familiar with using the compile...
Kwarde Pawn Scripting 3 2,102 2020-10-16, 04:26 PM
  Thread: Error on weapon-config.inc
Post: RE: Error on weapon-config.inc

argument type mismatch means, well, that the argument type mismatched :P Example of an argument mismatch: Code: -- Foo(a, b); main() printf("%d", Foo(1, "2")); -- As you can see, Foo() expec...
Kwarde Pawn Scripting 7 3,882 2020-10-16, 04:38 PM
  Thread: Error on weapon-config.inc
Post: RE: Error on weapon-config.inc

The declaration of that native function in a_players.inc is: Code: -- native ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync = 0); -- Is it ...
Kwarde Pawn Scripting 7 3,882 2020-10-17, 09:04 PM
  Thread: Kill Assist [killAssist.fs]
Post: RE: Kill Assist [killAssist.fs]

Sometimes something simple can be very neat. I do have a question tho: Code: -- if((killAssist[playerid][a]!= INVALID_PLAYER_ID) && (killAssist[playerid][a] != killerid)) { OnPlayerKil...
Kwarde Filterscripts 4 4,618 2020-10-17, 09:42 PM
  Thread: removed
Post: RE: Android Detector

Google it, and then use Google's "In cache" or use web.archive.org to open the URL (it most likely has the page you're looking for archived)
Kwarde Support 4 2,472 2020-10-17, 11:05 PM
  Thread: Help sublime compile on macOS
Post: RE: Help sublime compile on macOS

Then find out where the files must be. I assumed some post I saw from MacOS X, which does have those directories. Otherwise appearantly it's possible that it's to be placed under /Applications & /Lib...
Kwarde Pawn Scripting 3 2,102 2020-10-19, 09:38 AM
  Thread: Dynamic Rental Vehicles - SQLite (for beginners)
Post: RE: Dynamic Rental Vehicles - SQLite (for beginner...

-nvm-
Kwarde Filterscripts 2 3,533 2020-10-22, 10:53 AM
Pages (5): 1 2 3 4 5 Next »

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