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

Pages (4): 1 2 3 4 Next »
Search Results
Post [desc] Author Forum Replies Views Posted
  Thread: Forum design bug
Post: Forum design bug

Design bug in mobile version of this forum. (h) https://i.imgur.com/PlzWgYZ.png
Expert* Questions and Suggestions 1 1,797 2020-08-31, 11:10 AM
  Thread: MySQL pool size
Post: MySQL pool size

Hi. I have 4 connections to separate databases. What pool size could i set on each of them if i have 4c 8t server dedicated to samp ? ( i'm not sure if server specs matters )
Expert* Pawn Scripting 0 1,520 2019-08-02, 02:13 PM
  Thread: ask dm
Post: RE: ask dm

Check if killerid is a real player. And if reason is valid. Quote: -- killerid The ID of the player that killed the player who died, or INVALID_PLAYER_ID if there was none. -- https://www.open.m...
Expert* Pawn Scripting 4 2,541 2020-10-15, 01:54 PM
  Thread: [balkan] Ultimate 2020 - Full MySQL R39-6
Post: RE: [balkan] Ultimate 2020 - Full MySQL R39-6

I wish i was able to make interiors like that back in 2006. Or today. CMD:blowjob( playerid ) btw. Best gamemode in 2020 on burgershot ?
Expert* Gamemodes 9 6,700 2021-01-08, 07:50 PM
  Thread: [balkan] Ultimate 2020 - Full MySQL R39-6
Post: RE: [balkan] Ultimate 2020 - Full MySQL R39-6

Pinch Wrote: (2021-01-08, 08:02 PM) -- Expert* Wrote: (2021-01-08, 07:50 PM) -- I wish i was able to make interiors like that back in 2006. Or today. CMD:blowjob( playerid ) btw. Best gamemode in ...
Expert* Gamemodes 9 6,700 2021-01-08, 08:51 PM
  Thread: Compiler stops with no message
Post: RE: Compiler stops with no message

You should explain how you done it, it would be useful to someone in the future, i bet. Probably also helps google algorithm to discover this website too. +1
Expert* Pawn Scripting 3 1,661 2021-01-18, 07:39 PM
  Thread: Custom Player Nametags (with HP/armor bars)
Post: RE: Custom Player Nametags (with HP/armor bars)

"This filterscript prevents the famous cleo nametag wallhacks and FakeNick hacks". Nop, old news. ( unless u mean some old cleo that was heavily used back in the day ) Naisu work btw.
Expert* Filterscripts 15 15,482 2020-10-30, 08:45 PM
  Thread: Death spam bug
Post: RE: Death spam bug

Or health anti cheat sets health to 0. That would make sense when we talk about lagging players.
Expert* Pawn Scripting 4 4,943 2019-05-30, 08:34 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...

Escoburger Wrote: (2019-04-20, 08:36 PM) -- Ok so im going to make a copyright contract with Audi and BMW for my racing server, and add them high poly cars that look like out of space comparing to gt...
Expert* Questions and Suggestions 44 39,315 2019-04-21, 05:18 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...

Yiks 2.0, vehicle moding is non of your business, i should be able to have BMW's and flying D's if i want to. I don't want to see modern vehicles in RP servers ( or i wouldn't do that in my own server...
Expert* Questions and Suggestions 44 39,315 2019-04-20, 07:44 PM
  Thread: Dynamic storage containers
Post: RE: Dynamic storage containers

https://www.burgershot.gg/showthread.php?tid=96 https://github.com/IllidanS4/PawnPlus/wiki/Lists
Expert* Questions and Suggestions 3 2,378 2020-11-11, 06:52 AM
  Thread: Error 4: Index Out Of Bound
Post: RE: Error 4: Index Out Of Bound

Pinch Wrote: (2020-10-26, 11:02 AM) -- Expert* Wrote: (2020-10-26, 10:47 AM) -- Pinch Wrote: (2020-10-26, 10:30 AM) -- Expert* Wrote: (2020-10-26, 10:06 AM) -- PHP Code: -- for(new i = 0; i < row...
Expert* Pawn Scripting 9 4,847 2020-10-30, 07:49 PM
  Thread: Error 4: Index Out Of Bound
Post: RE: Error 4: Index Out Of Bound

PHP Code: -- for(new i = 0; i < rows && i < MAX_GIFT; i++) -- or PHP Code: -- for(new i = 0; i < rows; i++) {     if( i == MAX_GIFT ) break;     // ... --
Expert* Pawn Scripting 9 4,847 2020-10-26, 10:06 AM
  Thread: Error 4: Index Out Of Bound
Post: RE: Error 4: Index Out Of Bound

Jonies Wrote: (2020-10-27, 06:42 AM) -- Btw from whare 1034098284 come out? -- Give us RandomizeGift. Btwm, your Signature picture is too big, can u make it like 3 times smaller plz (h)
Expert* Pawn Scripting 9 4,847 2020-10-30, 07:53 PM
  Thread: Error 4: Index Out Of Bound
Post: RE: Error 4: Index Out Of Bound

Pinch Wrote: (2020-10-26, 10:30 AM) -- Expert* Wrote: (2020-10-26, 10:06 AM) -- PHP Code: -- for(new i = 0; i < rows && i < MAX_GIFT; i++) -- or PHP Code: -- for(new i = 0; i < rows; i++) ...
Expert* Pawn Scripting 9 4,847 2020-10-26, 10:47 AM
  Thread: Error with TextDrawSetString ??
Post: RE: Error with TextDrawSetString ??

F TextDrawSetString([td_fuel][i], tdstring); btw, start using this: sizeof( tdstring ) -1 So: PHP Code: -- new tdstring[ 32 ]; format( tdstring, sizeof( tdstring ) - 1, "Fuel:%i", fuel[ vid ] ); ...
Expert* Pawn Scripting 2 1,822 2020-10-24, 05:35 PM
  Thread: [HELP] Invalid string value on MySQL.
Post: RE: [HELP] Invalid string value on MySQL.

Try using latin1_general_ci in your database. Also set mysql_set_charset( "latin1", db_conn ); in your gamemode. ( this function name and syntax might be different, it depends on mysql version that yo...
Expert* Pawn Scripting 2 1,212 2021-01-18, 07:46 PM
  Thread: Help with animation
Post: RE: Help with animation

The 'forcesync' optional parameter, which defaults to 0, in most cases is not needed since players sync animations themselves. The 'forcesync' parameter can force all players who can see 'playerid' to...
Expert* Pawn Scripting 4 2,524 2020-10-15, 01:29 PM
  Thread: Help with Custom Weapon Names
Post: RE: Help with Custom Weapon Names

- Grove gang member gives his weapon (X) to ballas gang member. Did that weapon name change to what ballas gang member should have ? If yes - look at examples above. If no - It's inventory system...
Expert* Pawn Scripting 5 3,276 2020-10-24, 10:55 AM
  Thread: Help with DM
Post: RE: Help with DM

You should avoid weapons that don't fire bullets like Rpg and Heat seeking rocket. IMO. So, random(13) ?
Expert* Pawn Scripting 4 2,641 2020-10-30, 07:31 PM
Pages (4): 1 2 3 4 Next »

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