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

Pages (2): 1 2 Next »
Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Health not saving in SQLite?
Post: RE: Health not saving in SQLite?

I've updated the code slightly and it does run but the Health data still doesn't show on sqlite browser. Any ideas?
CrypticSin Pawn Scripting 3 15 2022-04-18, 05:47 PM
  Thread: Health not saving in SQLite?
Post: RE: Health not saving in SQLite?

Banditul Wrote: (2022-04-14, 07:25 AM) -- I'm suprised your create table query even runs because is so wrong https://www.sqlitetutorial.net/sqlite-create-table/ -- Everything is working fine, my ...
CrypticSin Pawn Scripting 3 15 2022-04-14, 08:52 AM
  Thread: Health not saving in SQLite?
Post: Health not saving in SQLite?

Trying to save player health but doesn't seem to be working i'll like to know what im doing wrong? Created a table in OnGameModeInit: PHP Code: -- db_query(server_database, "CREATE TABLE IF NOT EXIS...
CrypticSin Pawn Scripting 3 15 2022-04-14, 12:14 AM
  Thread: How to save the position/skin of the player after exiting?
Post: RE: How to save the position/skin of the player af...

Hello, How can i achieve this with sqlite?
CrypticSin Pawn Scripting 10 1,728 2021-07-01, 11:30 PM
  Thread: How to make pasword validation?
Post: RE: How to make pasword validation?

Pinch Wrote: (2021-06-28, 09:41 AM) -- Code: -- public OnPlayerLogin(playerid, bool:success) {     if(success)     {         DeletePVar(playerid, "loginFails");         // Logged in code    ...
CrypticSin Pawn Scripting 2 358 2021-06-28, 09:45 PM
  Thread: How to make pasword validation?
Post: How to make pasword validation?

Hello i need help with password validation, so if registered user types wrong password more than 3 times to login, it should kick the user? PHP Code: -- public OnDialogResponse(playerid, dialogid,...
CrypticSin Pawn Scripting 2 358 2021-06-27, 02:48 PM
  Thread: How to tell user if they are registered or not?
Post: How to tell user if they are registered or not?

I've got a login and registration system which works using SQLlite. Im trying to let the server tell the player whether they are registered or not? So if they are already registered the server s...
CrypticSin Pawn Scripting 1 204 2021-06-26, 11:14 AM
  Thread: Looking for scripters/helpers/mappers? post here!
Post: RE: Looking for scripters/helpers/mappers? post he...

Im looking for a pawn scripter, currently building a server and would be appreciated if someone can help me for a week or two.  You will be paid. Send me a PM on here and ill give you my discord.
CrypticSin General Discussions 11 6,729 2021-06-20, 12:40 PM
  Thread: How to save player stats in mysql?
Post: RE: How to save player stats in mysql?

PutuSuhartawan Wrote: (2021-06-19, 01:09 AM) -- stats with coordinate? https://www.youtube.com/watch?v=KNj2O6c9-uo -- The only thing i've done so far is creating a stock for saving user stats.  ...
CrypticSin Pawn Scripting 3 474 2021-06-19, 02:19 PM
  Thread: How to save player stats in mysql?
Post: How to save player stats in mysql?

Hi, i need help with saving player stats like kills, deaths, health etc in mysql. I've created columns for them on php myadmin using xampp but i dont know how to input them into code on Pawn. An...
CrypticSin Pawn Scripting 3 474 2021-06-16, 10:15 PM
  Thread: FIlterscript not loading on my gamemode
Post: FIlterscript not loading on my gamemode

Hello, i'm using a zombie ai filterscript and it seems to be working perfectly fine on a the default game modes like bare.pwn but the filterscript does not work on my custom gamemode.. I've compile...
CrypticSin Pawn Scripting 0 373 2021-04-06, 11:56 PM
  Thread: How to save the position/skin of the player after exiting?
Post: RE: How to save the position/skin of the player af...

robertocaribbean Wrote: (2021-04-04, 02:13 PM) -- CrypticSin Wrote: (2021-04-04, 12:27 PM) -- I know how to store user information, like the username, password, register date and all that but i was ...
CrypticSin Pawn Scripting 10 1,728 2021-04-04, 03:39 PM
  Thread: How to save the position/skin of the player after exiting?
Post: RE: How to save the position/skin of the player af...

robertocaribbean Wrote: (2021-04-04, 04:17 AM) -- I recommend you to start by doing something simple like store money, score.. then when you come close to understand how to store basic things, you ca...
CrypticSin Pawn Scripting 10 1,728 2021-04-04, 12:27 PM
  Thread: Not sure if my /kick works?
Post: RE: Not sure if my /kick works?

ImOver Wrote: (2021-04-03, 07:48 PM) -- CrypticSin Wrote: (2021-03-29, 09:32 PM) -- Hi i've written a admin command for /kick and im currently multi logging into my server to test it out. Everyth...
CrypticSin Pawn Scripting 4 913 2021-04-03, 10:08 PM
  Thread: How to save the position/skin of the player after exiting?
Post: How to save the position/skin of the player after ...

Hi, im currently scripting a server and i want to know how a players progress is saved on the server?  So for example, when the user selects their skin i want the player to keep their skin until th...
CrypticSin Pawn Scripting 10 1,728 2021-04-03, 10:06 PM
  Thread: Not sure if my /kick works?
Post: Not sure if my /kick works?

Hi i've written a admin command for /kick and im currently multi logging into my server to test it out. Everything seems like it's working when i kick my 2nd character but, it doesn't actually kick...
CrypticSin Pawn Scripting 4 913 2021-03-29, 09:32 PM
  Thread: How to increase the size of DIALOG_STYLE_PASSWORD ?
Post: RE: How to increase the size of DIALOG_STYLE_PASSW...

Pinch Wrote: (2021-03-28, 02:46 PM) -- I'm not sure but I think that dialog's width is dependent on the description field rather than tittle one.. Try it like this: Code: -- ShowPlayerDialog(pla...
CrypticSin Pawn Scripting 8 1,661 2021-03-28, 03:16 PM
  Thread: How to Fix this Run time error 19: "File or function is not found"
Post: RE: How to Fix this Run time error 19: "File or fu...

nocode Wrote: (2021-01-23, 11:04 AM) -- server.cfg: https://prnt.sc/xhwnwi plugins: https://prnt.sc/xhwp60   Code: -- [05:57:34] [05:57:34] Server Plugins [05:57:34] -------------- ...
CrypticSin Pawn Scripting 5 3,323 2021-03-28, 02:44 PM
  Thread: How to increase the size of DIALOG_STYLE_PASSWORD ?
Post: RE: How to increase the size of DIALOG_STYLE_PASSW...

Snow Wrote: (2021-03-28, 02:29 PM) -- CrypticSin Wrote: (2021-03-28, 02:07 PM) -- Pinch Wrote: (2021-03-27, 01:39 PM) -- CrypticSin Wrote: (2021-03-27, 12:47 AM) -- Ezio_Auditore Wrote: (2021-03-...
CrypticSin Pawn Scripting 8 1,661 2021-03-28, 02:38 PM
  Thread: How to increase the size of DIALOG_STYLE_PASSWORD ?
Post: RE: How to increase the size of DIALOG_STYLE_PASSW...

Pinch Wrote: (2021-03-27, 01:39 PM) -- CrypticSin Wrote: (2021-03-27, 12:47 AM) -- Ezio_Auditore Wrote: (2021-03-26, 10:52 PM) -- Nope. Caption's limit is 64 characters. Here (https://open.mp/docs/...
CrypticSin Pawn Scripting 8 1,661 2021-03-28, 02:07 PM
Pages (2): 1 2 Next »

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