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

Pages (10): 1 2 3 4 5 … 10 Next »
 
Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Dark forum style
Post: RE: Dark forum style

Burgershot is not a long term service, we were hoping to instead have a different forum on open.mp/forum. Until then, very little will be changed here.
JustMichael Questions and Suggestions 2 443 2021-06-27, 03:51 AM
  Thread: So is it dead?
Post: RE: So is it dead?

open.mp will take as long as it takes. We are not paid developers, we all have stuff in life to get on with, jobs, relationships, family, etc. We can only amount so much of our time to this project. S...
JustMichael Questions and Suggestions 12 3,181 2021-05-28, 08:48 AM
  Thread: Help with sampctl and Docker
Post: RE: Help with sampctl and Docker

Also all the issue you have come across have already been addressed in the sampctl wiki, you should of read it before installing. You can also search up on issues open/closed on the sampctl repo and y...
JustMichael Programming 3 1,405 2021-03-13, 11:12 PM
  Thread: Help with sampctl and Docker
Post: RE: Help with sampctl and Docker

Since you are on Windows, why don't you install the Windows version of sampctl using scoop (https://scoop.sh/) ? https://github.com/Southclaws/sampctl/wiki/Windows#installing-with-scoop If you whe...
JustMichael Programming 3 1,405 2021-03-13, 11:10 PM
  Thread: OpenMP(Logo + Client Design)
Post: RE: OpenMP(Logo + Client Design)

You should never be creating logos in Photoshop, it's in the name. Photoshop is for editing images. Illustrator is for making vector art and graphics such as a logo.
JustMichael Art 14 23,070 2020-12-15, 10:00 AM
  Thread: Searching Advisor
Post: RE: Searching Advisor

Palps the channel is called #servers, and you can also advertise on this forum under the "Advertisement" board (https://www.burgershot.gg/forumdisplay.php?fid=69).
JustMichael Chat 3 2,922 2020-11-04, 03:59 PM
  Thread: Design community VK
Post: RE: Design community VK

Kinchev Wrote: (2020-09-17, 03:56 AM) -- The design is old, not modern. -- You clearly have no idea what you are talking about at all do you? The design is modern, it's got a very nice abstract ...
JustMichael Art 8 9,787 2020-09-17, 08:44 AM
  Thread: Population Sync
Post: RE: Population Sync

It's definitely possible to do this, and the server doesn't need the game files, we could maybe down the line re-implement this ourselves using our system, or we could find a way to piggy back off the...
JustMichael Questions and Suggestions 8 6,286 2020-09-15, 04:44 PM
  Thread: symbol already defined: "@[email protected]"
Post: RE: symbol already defined: "@[email protected]"

Everytime you hook a callback using the `hook` macro, the final name of the callback becomes `hook @`. Now everytime you include `y_hooks` it generates a new unique number to append to the final callb...
JustMichael Pawn Scripting 1 2,072 2020-06-24, 07:45 AM
  Thread: Infamous internet speed / speedtest.net thread
Post: RE: Infamous internet speed / speedtest.net thread

https://www.speedtest.net/result/9529758497.png it is what it is.
JustMichael Chat 36 35,830 2020-05-31, 01:04 PM
  Thread: ColAndreas not supported in 0.3.dl ? or i'm doing something wrong ?
Post: RE: Include doesn't work in 3.dl ?

it does state in the header of the file Code: -- - This is an experimental pathfinder made for SA-MP totally in pawn, the same is still not recommended for use. -- However from looking at it, the...
JustMichael Pawn Scripting 4 4,055 2020-03-29, 01:00 PM
  Thread: New funtions
Post: RE: New funtions

Not exactly like this, but some of these have already been considered and if they are not implemented in the first release, they would be added in future releases if they are deemed necessary.
JustMichael Questions and Suggestions 2 2,504 2020-03-26, 07:44 PM
  Thread: Just Need Help In Editing A Script
Post: RE: Just Need Help In Editing A Script

Why not join our discord and ask on our #pawn-scripting channel? All it takes is joining our server and linking your burgershot account to your discord account. https://discord.gg/nFgdWpT
JustMichael Pawn Scripting 1 1,920 2020-03-06, 01:06 PM
  Thread: Updating a pawn script without "gmx"
Post: RE: Updating a pawn script without "gmx"

Y_Less just made modules possible with YSI, you can now hot reload modules (they are technically filterscripts, but they are altered to retain memory when reloaded) https://github.com/pawn-lang/YS...
JustMichael Questions and Suggestions 6 5,756 2020-01-29, 11:37 AM
  Thread: Back-End Development
Post: RE: Back-End Development

I am currently moving over to Go/Rust for my backends, though I previously used PHP and Laravel/Lumens for many years. I have used node.js for a few projects that required a simple api. For Go, I ...
JustMichael Programming 6 6,904 2019-12-27, 07:23 PM
  Thread: YSI Logic user-incomprehension and usage
Post: RE: YSI Logic user-incomprehension and usage

Okay, so timers come in two forms, one being a regular timer and another being a repeater. A regular timer has a keyword associated with it called `defer` which means to delay a call to a function, no...
JustMichael Pawn Scripting 3 3,370 2019-12-18, 07:39 PM
  Thread: [MAP] SKYRIM TAVERN in SA-MP!
Post: RE: [MAP] SKYRIM TAVERN in SA-MP!

Woow, really nice. The only thing I notice to not quite fit in is the bar, it's colours is too bright compared to the rest of the scene.
JustMichael Videos and Screenshots 4 5,158 2019-12-18, 02:54 PM
  Thread: YSI Logic user-incomprehension and usage
Post: RE: YSI Logic user-incomprehension and usage

Tell us more about the parts of YSI you are having issues with?
JustMichael Pawn Scripting 3 3,370 2019-12-17, 08:58 PM
  Thread: mysql - invalid row index '0'
Post: RE: mysql - invalid row index '0'

it's quite clear what the issue is, you are trying to access the data returned from the query, when it doesn't exist. You are either missing a check, or you are calling `cache_get_value_name_int` t...
JustMichael Pawn Scripting 3 3,854 2019-12-14, 09:52 AM
  Thread: mysql - invalid row index '0'
Post: RE: mysql - invalid row index '0'

Show us the code for registration, else you can't really give you the right help.
JustMichael Pawn Scripting 3 3,854 2019-12-14, 12:26 AM
Pages (10): 1 2 3 4 5 … 10 Next »
 

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