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

Pages (3): 1 2 3 Next »
Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: OnPlayerSoundIDChange
Post: OnPlayerSoundIDChange

Not sure how far fetched this is but have a callback that is able to detect any given sound ID that can be used in PlayerPlaySound, so if a player has a certain sound play near them like an explosion,...
DTV Questions and Suggestions 0 319 2021-05-25, 10:29 PM
  Thread: Help! Plugin crashdetect [debug] Run time error 5: "Invalid memory access"
Post: RE: Help! [debug] Run time error 5: "Invalid memor...

For the problem getting the model id from the objectid, you can use: Code: -- Streamer_GetIntData(STREAMER_TYPE_OBJECT,objectid,E_STREAMER_MODEL_ID); -- As for the runtime error, you can debug b...
DTV Pawn Scripting 4 679 2021-05-25, 12:37 AM
  Thread: Control over damage & death
Post: RE: Control over damage & death

Maybe doing something similar to how zcmd has OnCommandProcessed (called when command is executed) and OnCommandRecieved (called when attempt to use command is detected) where we have callbacks for wh...
DTV Questions and Suggestions 4 3,795 2020-04-26, 08:44 PM
  Thread: Your thoughts on SAMP 0.3.DL compatibility
Post: RE: Your thoughts on SAMP 0.3.DL compatibility

DL is the only reason I'm still doing things on SA-MP, this needs to be supported.
DTV Development Updates 46 42,117 2020-04-18, 12:09 AM
  Thread: OpenMP is released?
Post: RE: OpenMP is released?

https://www.open.mp/progress?lang=gb There's also a redirect two links down from Questions and Suggestions that link to this as well.
DTV Questions and Suggestions 2 3,644 2020-02-27, 08:45 PM
  Thread: Post your code snippets here
Post: RE: Post your code snippets here

Simple way to do basic chance based outcomes: PHP Code: -- if(!random(2)) //50% if(!random(4)) //25% if(random(4)) //75% if(!random(10)) //10% if(random(10)) //90% //etc --
DTV Pawn Scripting 18 16,441 2020-01-03, 06:33 PM
  Thread: Any news?
Post: RE: Any news?

It's probably just technical stuff that doesn't excite normal players, they're probably waiting for bigger progress to be made before saying anything.
DTV Questions and Suggestions 4 4,523 2019-11-07, 04:24 PM
  Thread: Any news?
Post: RE: Any news?

You can always look at https://www.open.mp/progress, last thing was 3 days ago.
DTV Questions and Suggestions 4 4,523 2019-11-06, 09:32 PM
  Thread: Server & Client Updates
Post: RE: Server & Client Updates

Markski Wrote: (2019-07-17, 04:33 PM) -- Auto updaters and update warnings are an annoying gimmick. -- I don't see why a notification that an update's been released is annoying, as long as it doesn...
DTV Questions and Suggestions 11 9,833 2019-07-18, 12:49 AM
  Thread: Ban system by Hardware ID/Serial
Post: RE: Ban system by Hardware ID/Serial

Sasino97 Wrote: (2019-06-17, 01:30 PM) -- DTV Wrote: (2019-06-09, 03:09 AM) -- SimoSbara Wrote: (2019-06-08, 07:59 PM) -- -snip- -- -another snip- -- The thing is that GPCI was never meant to be ...
DTV Questions and Suggestions 31 32,839 2019-06-19, 11:37 PM
  Thread: Built-in Map Editor
Post: RE: Built-in Map Editor

raydex Wrote: (2019-06-16, 12:06 PM) -- There is already bult in map editor in sa-mp. -snip- -- He's probably talking about something similar to MTA's built in map editor, this is just a GUI for ob...
DTV Questions and Suggestions 3 3,820 2019-06-16, 11:48 PM
  Thread: Ban system by Hardware ID/Serial
Post: RE: Ban system by Hardware ID/Serial

SimoSbara Wrote: (2019-06-08, 07:59 PM) -- Banning by MAC address or other hardware information it isn't possible on SAMP. However you can ban by the GPCI that is derived from the installation path o...
DTV Questions and Suggestions 31 32,839 2019-06-09, 03:09 AM
  Thread: Ban system by Hardware ID/Serial
Post: RE: Ban system by Hardware ID/Serial

I think this is something that server owners could make themselves but: This is a good time to suggest a better gpci (or equivalent alternative) function that actually generates a unique serial that'...
DTV Questions and Suggestions 31 32,839 2019-06-06, 08:18 PM
  Thread: EditClientMessage
Post: RE: EditClientMessage

I think it'd be good to anti spam purposes (if I'm understanding this correctly, the function would be able to edit a client message BEFORE its sent out) where someone spams a server IP into the chat ...
DTV Questions and Suggestions 7 6,158 2019-05-31, 07:52 PM
  Thread: Get away from those single file gamemodes
Post: RE: Get away from those single file gamemodes

I think they're doing it that way to be similar with SA-MP and how they provide their example gamemodes so its familiar to new and old players alike. It all boils down to personal preference though, ...
DTV Questions and Suggestions 11 9,539 2019-05-31, 07:48 PM
  Thread: Buying from biz crash server.
Post: RE: Buying from biz crash server.

It's hard to tell where it crashes from the code alone. Do any of the client messages get sent out to the player before the crash happens? You need to be more specific if you can.
DTV Support 2 3,049 2019-05-15, 12:06 AM
  Thread: [WEB] Subscribe to forum
Post: [WEB] Subscribe to forum

Not sure if this is something on my end but when I attempt to subscribe to a section on the forum, I get brought to a 404 page.
DTV Support 2 3,610 2019-05-14, 11:44 PM
  Thread: Don't make open.mp a "custom engine that you can mod"
Post: RE: Don't make open.mp a "custom engine that you c...

godBrother Wrote: (2019-04-28, 12:01 PM) -- I agree completely with OP. This is the fundamental problem with MTA. MTA is barely related to San Andreas. If anyone disagrees they have MTA that they ca...
DTV Questions and Suggestions 44 39,315 2019-05-14, 11:40 PM
  Thread: What will happen to the hosted tab of game-mp?
Post: RE: What will happen to the hosted tab of game-mp?

I'll ask again since I didn't get an answer in another thread: DTV Wrote: (2019-05-07, 01:12 AM) -- If its only going to be one list, is there going to be anything other than ads and word of mouth...
DTV Questions and Suggestions 20 17,263 2019-05-12, 02:50 PM
  Thread: OMP - Map Editor
Post: RE: OMP - Map Editor

For something that's meant to be fully compatible with SA-MP API, they have no reason to make their own map editor as any other editor will be compatible.
DTV Questions and Suggestions 3 4,050 2019-05-10, 04:39 PM
Pages (3): 1 2 3 Next »

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