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 Author Forum Replies Views Posted [asc]
  Thread: Using MySQL R41-4
Post: RE: Using MySQL R41-4

If you don''t know why you need mysql you prob. don't need it. If you don't plan on having 50 players or so online you'r fine using ".ini" Actually scratch that i know project that have ~200 players ...
Expert* Pawn Scripting 4 2,726 2021-01-18, 08:06 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: 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: IsDynamicActorStreamedIn always returns 0
Post: RE: IsDynamicActorStreamedIn always returns 0

You don't need to delete actors if u use streamer plugin. They 'r automagicly deleted/creatated and don't occupy a slot in default actor  -POOL?? - ( when not visable ). I'd say delete dynamic actors...
Expert* Pawn Scripting 2 1,251 2021-01-18, 07:30 PM
  Thread: [Solved] Selecting and Editing object problem
Post: RE: Selecting and Editing object problem

In _FINAL Set SetDynamicObjectPos( objectid, x, y, z ); SetDynamicObjectRot( objectid, rx, ry, rz );
Expert* Pawn Scripting 7 2,775 2021-01-18, 07:14 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: [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: SA-MP in world top 10 most played games!
Post: RE: SA-MP in world top 10 most played games!

Pinch Wrote: (2021-01-01, 10:20 PM) -- They're not bots, just the API isn't filtering the servers that are using Round Robin DNS EDIT: I'd gladly filter them, just idk if the API is public -- Th...
Expert* General Discussions 10 6,247 2021-01-01, 10:40 PM
  Thread: SA-MP in world top 10 most played games!
Post: RE: SA-MP in world top 10 most played games!

91839 players on 1335 servers with an average of 68.8 players per server. I wish it was true, but some of them are bots. Do u see what i see ? https://i.imgur.com/5hM5lEA.png
Expert* General Discussions 10 6,247 2021-01-01, 08:34 PM
  Thread: OLD SA-MP FORUM ARCHIVE
Post: RE: OLD SA-MP FORUM ARCHIVE

Wow it's really fast. Can we get offline version of it ? You should pin this thread btw.
Expert* General Discussions 9 7,919 2020-11-30, 08:36 PM
  Thread: Help with kill streack
Post: RE: Help with kill streack

PHP Code: -- public OnPlayerDeath(playerid,killerid,reason) { new str[128]; new name[32]; GetPlayerName(killerid,name,32); if( killstreak[playerid] >= 3 && killerid != INVALID_PLAYER_ID ) { new pna...
Expert* Pawn Scripting 4 2,737 2020-11-12, 08:11 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: Help with mysql and data retrieving.
Post: RE: Help with mysql and data retrieving.

U replaced cache_get_data with cache_get_value_index_int. What you want is: new rows; cache_get_row_count( rows ); field count is irelevent to you in this case, so we don't have to know how many we...
Expert* Pawn Scripting 10 5,167 2020-11-10, 10:44 AM
  Thread: Major version with modification support equal to SA-MP 0.3-DL?
Post: RE: Major version with modification support equal ...

Josh Wrote: (2020-10-28, 03:58 AM) -- Why would we ship a server executable with our new server executable? Or by "bundled" do you mean implementing it? If so we confirmed it'll be implemented in ...
Expert* Questions and Suggestions 6 3,969 2020-10-31, 09:24 AM
  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: 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, 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: Object movement
Post: RE: Object movement

Uff. I have no idea how object movement works. If it's already moving and you want it to move to another location does it start from pos where it was created or from "last pos it was in while moving...
Expert* Pawn Scripting 3 2,051 2020-10-30, 07:40 PM
  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
  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
Pages (4): 1 2 3 4 Next »

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