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

Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Modern GPS plugin
Post: RE: Modern GPS plugin

This plugin is fantastic, with it I was able to create an autopilot system, street racing by clicking on the map with automatic checkpoint generation and my own gps system was totally improved with th...
JR_Junior Plugins 10 15,269 2022-02-16, 06:01 AM
  Thread: UpdateVehicleDamageStatus
Post: RE: UpdateVehicleDamageStatus

FIXED! I was using UpdateVehicleDamageStatus to repair the vehicle. Using RepairVehicle(vehicleid); this bug does not happen!
JR_Junior Pawn Scripting 1 38 2021-10-23, 04:47 PM
  Thread: UpdateVehicleDamageStatus
Post: UpdateVehicleDamageStatus

Hello, I am creating an armor system for the vehicle. I am using a timer to repair the vehicle all the time and have noticed that 4 door vehicles sometimes the rear doors are not fixed until the vehi...
JR_Junior Pawn Scripting 1 38 2021-10-10, 01:38 AM
  Thread: How can I position the camera in front of the vehicle?
Post: RE: How can I position the camera in front of the ...

PHP Code: -- stock Float:GetPosInFrontOfVehicle(vehicleid, &Float:x, &Float:y, Float:distance) {     new Float:a;     GetVehiclePos(vehicleid, x, y, a);     GetVehicleZAngle(vehicleid, a);  ...
JR_Junior Pawn Scripting 2 238 2021-07-30, 04:41 AM
  Thread: sscanf
Post: RE: sscanf

I have 2 questions: 1 - How to create a command with only strings, example: /test text1 text2? 2 - How to prevent the strings from exceeding the size, for example, the str1 array has the size of...
JR_Junior Plugins 8 15,915 2021-07-25, 01:24 AM
  Thread: My suggestions list - [Updated 21/06/21]
Post: RE: My suggestions list - [Updated 21/06/21]

Updated
JR_Junior Questions and Suggestions 11 6,588 2021-06-21, 08:41 PM
  Thread: Help with safe box system
Post: RE: Help with safe box system

I finally found the solution!
JR_Junior Pawn Scripting 8 842 2021-06-19, 11:52 PM
  Thread: Help with safe box system
Post: RE: Help with safe box system

Radical Wrote: (2021-06-18, 01:11 AM) -- You can't calculate the position of the door correctly. But instead you can use the object model 2332. You can also change the object model to 1829 when t...
JR_Junior Pawn Scripting 8 842 2021-06-18, 03:22 PM
  Thread: Help with safe box system
Post: RE: Help with safe box system

Awide Wrote: (2021-06-17, 07:52 PM) -- I think it wouldn't work once you start rotating them. -- it's not about rotation, it's about position.
JR_Junior Pawn Scripting 8 842 2021-06-17, 08:21 PM
  Thread: Help with safe box system
Post: Help with safe box system

I'm trying to create a closed and open door safe box system. I would like to be able to create a safe box anywhere and automatically have the door positioned correctly. Does anyone know the correct ...
JR_Junior Pawn Scripting 8 842 2021-06-16, 09:49 PM
  Thread: Interior furniture in Burglary houses bug?
Post: Interior furniture in Burglary houses bug?

I've been visiting the interiors of burglary houses and most of their furniture doesn't show up sometimes.  Sometimes they appear, other times they don't and there's a gray warning message in the c...
JR_Junior Questions and Suggestions 0 355 2021-06-07, 06:06 PM
  Thread: fixes.inc in OpenMP?
Post: fixes.inc in OpenMP?

My question I don't know if it has already been asked and answered, but I want to know if it will be necessary to "fixes.inc" in OpenMP or will these bugs be fixed?
JR_Junior Questions and Suggestions 1 1,132 2021-02-06, 04:58 PM
  Thread: Faster spectator mode & OnPlayerRequestClass
Post: RE: Faster spectator mode & OnPlayerRequestClass

Maybe you are doing something wrong, because currently I use InterpolateCameraPos and InterpolateCameraLookAt to create camera movement while the player is not logged in. Every 50 seconds, if the pla...
JR_Junior Questions and Suggestions 1 1,386 2021-02-06, 02:25 PM
  Thread: My suggestions list - [Updated 21/06/21]
Post: RE: My suggestions list - [Updated 27/01/21]

Updated
JR_Junior Questions and Suggestions 11 6,588 2021-01-27, 04:52 AM
  Thread: My suggestions list - [Updated 21/06/21]
Post: RE: My suggestions list - [Updated 21/11/20]

SynTacs Wrote: (2020-11-23, 02:00 AM) -- JR_Junior Wrote: (2020-11-22, 04:32 PM) -- Pinch Wrote: (2020-11-22, 02:44 PM) -- Player_SetAudioStreamVolume(playerid, volume); That is already possible o...
JR_Junior Questions and Suggestions 11 6,588 2020-11-23, 02:23 AM
  Thread: My suggestions list - [Updated 21/06/21]
Post: RE: My suggestions list - [Updated 21/11/20]

Pinch Wrote: (2020-11-22, 02:44 PM) -- Player_SetAudioStreamVolume(playerid, volume); That is already possible on the client's side and it'll stay like that because it's not up to server to decide su...
JR_Junior Questions and Suggestions 11 6,588 2020-11-22, 04:32 PM
  Thread: My suggestions list - [Updated 21/06/21]
Post: My suggestions list - [Updated 21/06/21]

1 - BASIC NATIVE FUNCTIONS I know that many of these functions that I am going to list may exist because someone has already created them on their own,  but the fact is that most of them do not work...
JR_Junior Questions and Suggestions 11 6,588 2020-11-22, 12:08 AM
  Thread: Progress bar original from GTA
Post: Progress bar original from GTA

A progress bar system like the original game bar would be great.  Like the bars of life, armour, breath, etc.   So we would not need to use a system based on textdraw that depends on the resolution ...
JR_Junior Questions and Suggestions 0 1,171 2020-10-11, 03:13 AM
  Thread: ProgressBar2 on high resolution - [FIXED]
Post: RE: ProgressBar2 on high resolution - [FIXED]

FIXED
JR_Junior Pawn Scripting 1 1,499 2020-10-10, 10:56 PM
  Thread: ProgressBar2 on high resolution - [FIXED]
Post: ProgressBar2 on high resolution - [FIXED]

Hi. I'm using the include https://github.com/Southclaws/progress2 and a small bug is happening. I could create an issue post in the repository but it was archived by the owner. On my old moni...
JR_Junior Pawn Scripting 1 1,499 2020-10-09, 03:41 AM

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