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: GTA SA remastered
Post: RE: GTA SA remastered

Deleted
Jarnokai Chat 6 158 2021-10-19, 12:48 PM
  Thread: Add color gradient textdraws
Post: RE: Add color gradient textdraws

Virsenas Wrote: (2021-03-16, 11:50 PM) -- As if it's not enough of some servers setting text colors to high contrast which make it hard to read you think that adding this and making peoples eyes more...
Jarnokai Questions and Suggestions 4 1,869 2021-05-13, 12:43 PM
  Thread: So is it dead?
Post: RE: So is it dead?

This conversation comes up time after time - the answer is always the same: No, it's not dead, it will come when it's ready. (Note that I have no connection with the dev team but I'm sure this is pre...
Jarnokai Questions and Suggestions 12 3,181 2021-05-08, 06:51 PM
  Thread: What should I use, Linux or Windows, for server development?
Post: RE: What should I use, Linux or Windows, for serve...

Josh Wrote: (2021-02-27, 06:36 PM) -- Windows for seamless testing, you can use wine and such on Linux to test with SA there too but it is probably buggy. -- It is not, not at all. Feels like it ru...
Jarnokai Questions and Suggestions 5 2,176 2021-03-02, 06:14 PM
  Thread: bcrypt
Post: RE: bcrypt

Behemoth Wrote: (2021-02-02, 11:41 PM) -- I've tried doing so, unfortunately still getting "[SampBcrypt] [error]: LoginVerification => InvalidHash("")" -- Jarnokai Wrote: (2021-02-02, 04:09 PM) ...
Jarnokai Pawn Scripting 10 4,204 2021-02-03, 09:39 AM
  Thread: bcrypt
Post: RE: bcrypt

See attached code from my gamemode: Code: -- if (strlen(pBcrypt[playerid])) { bcrypt_verify(playerid,"OnPasswordVerify",inputtext,pBcrypt[playerid]); } -- pBcrypt is where I store the hash ...
Jarnokai Pawn Scripting 10 4,204 2021-02-02, 04:11 PM
  Thread: bcrypt
Post: RE: bcrypt

Behemoth Wrote: (2021-02-01, 08:30 PM) -- Code: -- mysql_format(dbConnection, query, sizeof(query), "SELECT acc_pass FROM accounts WHERE acc_user = '%e'", ReturnName(playerid)); mysql_tquery(db...
Jarnokai Pawn Scripting 10 4,204 2021-02-02, 04:09 PM
  Thread: [HELP] Help with a dialog
Post: RE: [HELP] Help with a dialog

Please stop messing around with the fonts on every forum post - I see it all the time and never understood what draws people to put more focus on what fonts they use instead of what they write. Worst ...
Jarnokai Pawn Scripting 1 887 2021-02-02, 04:04 PM
  Thread: What would you choose to be a CEO in for example Google or have 1 billion dollars.
Post: RE: What would you choose to be a CEO in for examp...

Realistically I probably don't have more than 80 years to live. 1 billion dollars, assuming we're talking "short billions", would give me an average yearly budget of 12,5 million dollars. Long billi...
Jarnokai Life 7 4,515 2021-02-02, 08:48 AM
  Thread: How does SA-MP Server: [Ls-rcr] Administrators act like, [CHILDISH ATTITUDE]
Post: RE: How does SA-MP Server: [Ls-rcr] Administrators...

M.B. Kovas Wrote: (2021-02-01, 07:49 AM) -- Childish administrators are sadly quite a common occurance in many SA-MP servers that I know of. -- Not only are administrators so often very childish, t...
Jarnokai Chat 5 2,882 2021-02-02, 08:43 AM
  Thread: Spotify Playlists
Post: RE: Spotify Playlists

Had to drive Oulu-Helsinki-Oulu in one day, needed some random ass music that won't repeat too many times on the trip. Ended up getting about 6 hours of the 7 hour drive without repeats: https://open...
Jarnokai Chat 2 1,711 2021-01-11, 07:13 PM
  Thread: Advanced Textdraws
Post: RE: Advanced Textdraws

PanGemius Wrote: (2021-01-04, 03:48 PM) -- Alright and how does the bringind the textdraws to the life work? It is literally like detecting keys and hiding/showing new textdraws? Is not that too much...
Jarnokai Pawn Scripting 4 2,180 2021-01-08, 11:17 AM
  Thread: Scripting API blog post discussion
Post: RE: Scripting API blog post discussion

Expert* Wrote: (2020-04-29, 02:16 PM) -- Vehicle_IsPlayerInside works fine, but Vehicle_IsPlayerInAny doesn't sound right. -- I think the latter function simply looks more like a player function,...
Jarnokai Development Updates 10 12,896 2021-01-07, 01:43 PM
  Thread: Finnish
Post: RE: Finnish

Pusketaanhan vähän suomenmaata etiäppäin, tiiä vaikka kohta ois serveri julkaistuna. Aloitin OMP -sivujen kääntämisen suomeksi, projektiin voi liittyä mukaan: https://github.com/openmultiplayer/web/...
Jarnokai Other 5 5,598 2021-01-07, 01:33 AM
  Thread: I need a Anticheat
Post: RE: I need a Anticheat

Bumping this old thread as I am also wondering if there is any general consensus on what third-party AC is actually good. I have my own implementation already, but I figured rather than reinventing t...
Jarnokai Pawn Scripting 6 4,190 2021-01-05, 03:29 PM
  Thread: Advanced Textdraws
Post: RE: Advanced Textdraws

The textdraw editor is merely for creating the visual part of the textdraws - that is, if you are creating a phone, for example, you would create various box-shaped textdraws in order to make the body...
Jarnokai Pawn Scripting 4 2,180 2021-01-04, 03:35 PM
  Thread: YSI INI_Load and Command_ReProcess const correctness
Post: RE: YSI INI_Load and Command_ReProcess const corre...

Tuns out the problem with y_ini had been already fixed, my sampctl just wouldn't update YSI no matter how many ensures and other trickery I did. Command_ReProcess however has been discussed in this pu...
Jarnokai Pawn Scripting 1 1,095 2020-12-29, 02:25 PM
  Thread: YSI INI_Load and Command_ReProcess const correctness
Post: YSI INI_Load and Command_ReProcess const correctne...

Hi, I have asked about this same problem about a year ago but got no answers. Yesterday I decided to check back on my script and found the same issue still presists, so I ask now: I use the y_comm...
Jarnokai Pawn Scripting 1 1,095 2020-12-21, 12:06 PM
  Thread: Where's my vehicle enthusiasts?
Post: RE: Where's my vehicle enthusiasts?

Potassium Wrote: (2020-10-11, 07:13 AM) -- This is my little baby lmao I love big, chunky 4X4s, and will upgrade eventually, but right now I love having a car that's so cheap to maintain and cheap...
Jarnokai Life 27 22,451 2020-10-13, 02:59 AM
  Thread: Forum SAMP and SAMP Wiki Closed?
Post: RE: Forum SAMP and SAMP Wiki Closed?

SSL certificate expired yesterday, at least that has now been renewed but yes, forum seems to be closed all of a sudden. Of course I am hoping for an official statement, at least on the main website,...
Jarnokai Chat 28 29,024 2020-09-26, 08:07 PM
Pages (3): 1 2 3 Next »

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