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

Pages (20): 1 2 3 4 5 … 20 Next »
 
Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: The progress of Open.mp is great?
Post: RE: The progress of Open.mp is great?

Discord is full of incels, no ty
Pinch General Discussions 11 114 2021-12-17, 07:26 PM
  Thread: The progress of Open.mp is great?
Post: RE: The progress of Open.mp is great?

NoxxeR Wrote: (2021-12-06, 04:53 PM) -- Open.mp will be more fun than GTA 5, even with rage multiplayer. So open.mp will blast away the other multiplayer engines out there, it'll be well programmed a...
Pinch General Discussions 11 114 2021-12-06, 07:23 PM
  Thread: Detect loaded map
Post: RE: Detect loaded map

https://github.com/samp-incognito/samp-streamer-plugin/wiki/Natives-(Updates)#Streamer_UpdateEx
Pinch Pawn Scripting 1 31 2021-12-02, 11:27 PM
  Thread: open.mp for new GTA SA definitive edition game?
Post: RE: open.mp for new GTA SA definitive edition game...

> wait 😂😂😂😂😂😂
Pinch Questions and Suggestions 7 113 2021-10-26, 07:07 PM
  Thread: Loop skipping (Creating only odd numbers)
Post: RE: Loop skipping (Creating only odd numbers)

Radical Wrote: (2021-10-11, 03:09 PM) -- Nothing wrong with loop but you can use Iter_Free(). That's better. Replace this Code: -- new found = 0; for(new i = 1; i < MAX_HOUSES; i++) { if(...
Pinch Support 3 40 2021-10-11, 03:41 PM
  Thread: Migracija foruma
Post: RE: Migracija foruma

Cancerouth je bio u fazonu oMg zAšTO sE ŽaLiTe jA SaM oVo Za dAN nApIsAo pLz ViDiTE kAkO sAM sAmO dObar Mamu li ti jebem hipokritsku švajcarsku neodgojenu, zamisli iz švice si i na samp sceni si, pa ...
Pinch Ex-Yu 5 120 2021-10-03, 10:52 PM
  Thread: Migracija foruma
Post: RE: Migracija foruma

daddy. Wrote: (2021-10-01, 10:56 PM) -- Pinch Wrote: (2021-09-21, 07:48 PM) -- Treba da se ubiju svi kolektivno, prvi dan sam im rekao da ono neće raditi ali ne Pinč sere, eto vam ga sad babojebci j...
Pinch Ex-Yu 5 120 2021-10-03, 10:50 PM
  Thread: Migracija foruma
Post: RE: Migracija foruma

Treba da se ubiju svi kolektivno, prvi dan sam im rekao da ono neće raditi ali ne Pinč sere, eto vam ga sad babojebci jedni incelski
Pinch Ex-Yu 5 120 2021-09-21, 07:48 PM
  Thread: The open.mp should be released
Post: RE: The open.mp should be released

NoxxeR Wrote: (2021-08-04, 05:55 PM) -- Pinch Wrote: (2021-08-04, 02:38 PM) -- NoxxeR Wrote: (2021-08-04, 01:17 PM) -- How does the backward compatibility work? :) So you can join any sa-mp server ...
Pinch Questions and Suggestions 15 1,142 2021-08-04, 09:04 PM
  Thread: Spec Pos
Post: RE: Spec Pos

Please stop with the crossposting, you won't get any help here faster than on the forum you posted on.
Pinch Pawn Scripting 1 96 2021-08-04, 05:30 PM
  Thread: The open.mp should be released
Post: RE: The open.mp should be released

NoxxeR Wrote: (2021-08-04, 01:17 PM) -- How does the backward compatibility work? :) So you can join any sa-mp server just like that and play with them? -- Can you like log out and never log in again...
Pinch Questions and Suggestions 15 1,142 2021-08-04, 02:38 PM
  Thread: I think open.mp forums should have a better domain
Post: RE: I think open.mp forums should have a better do...

Josh Wrote: (2021-08-02, 08:27 PM) -- Pinch Wrote: (2021-08-01, 01:33 PM) -- oh stop with those it's dead -- lol dead xDDD -- Sorry, the forum was indeed never alive, just because someone thinks of...
Pinch Chat 7 350 2021-08-02, 08:30 PM
  Thread: Random screenshots thread
Post: RE: Random screenshots thread

O jebem vam mater botovsku
Pinch Videos and Screenshots 4 992 2021-08-02, 01:42 PM
  Thread: I think open.mp forums should have a better domain
Post: RE: I think open.mp forums should have a better do...

oh stop with those it's dead
Pinch Chat 7 350 2021-08-01, 01:33 PM
  Thread: clear/empty an array
Post: RE: clear/empty an array

Banditul Wrote: (2021-07-31, 08:20 PM) -- This is also a very good way to reset that enum https://github.com/pBlueG/SA-MP-MySQL/blob/master/example_scripts/login_system-cache.pwn#L106 -- Thank you, ...
Pinch Programming 6 439 2021-08-01, 12:22 PM
  Thread: clear/empty an array
Post: RE: clear/empty an array

redex Wrote: (2021-07-31, 05:09 PM) -- Pinch Wrote: (2021-07-31, 03:53 PM) -- I think that this should work: Code: -- for(new i; e_playerinfo:i < e_playerinfo; i++) { playerInfo[playerid][e_play...
Pinch Programming 6 439 2021-07-31, 07:33 PM
  Thread: clear/empty an array
Post: RE: clear/empty an array

I think that this should work: Code: -- for(new i; e_playerinfo:i < e_playerinfo; i++) { playerInfo[playerid][e_playerinfo:i] = -1; } --
Pinch Programming 6 439 2021-07-31, 03:53 PM
  Thread: Timer
Post: RE: Timer

njoBe_ Wrote: (2021-07-31, 09:56 AM) -- Pinch Wrote: (2021-07-31, 12:48 AM) -- Radical Wrote: (2021-07-30, 10:19 PM) -- Set a timer with 1 second interval on OnGameModeInit() then decrease player m...
Pinch Pawn Scripting 6 379 2021-07-31, 12:34 PM
  Thread: Timer
Post: RE: Timer

Radical Wrote: (2021-07-30, 10:19 PM) -- Set a timer with 1 second interval on OnGameModeInit() then decrease player mute time. Code: -- public OneSecondPlayerTimer() {     foreach(new i: Player) {...
Pinch Pawn Scripting 6 379 2021-07-31, 12:48 AM
  Thread: split pawn codes
Post: RE: split pawn codes

https://github.com/Southclaws/sampctl/wiki/Modern-Pawn https://github.com/TradeWars/gamemode/blob/master/docs/Style-Guide.md
Pinch Programming 3 343 2021-07-28, 07:48 PM
Pages (20): 1 2 3 4 5 … 20 Next »
 

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