[Tutorial] Login and Register System - Dialogs - Using SII
#22

pawn Code:
#include <a_samp>
#include <SII>

#define DIALOG_REGISTER 2000
#define DIALOG_LOGIN 2001
#define WHITE "{FFFFFF}"
#define RED "{F81414}"
#define GREEN "{00FF22}"
#define LIGHTBLUE "{00CED1}"
new gPlayerName[MAX_PLAYERS][MAX_PLAYER_NAME];

#define TEAM_GROVE 1
#define TEAM_BALLA 2
#define TEAM_VAGOS 3
#define TEAM_GROVE_COLOR 0x00FF00AA // Bright Green (in RGBA format)
#define TEAM_BALLA_COLOR 0xFF00FFAA // Bright Purple
#define TEAM_VAGOS_COLOR 0xFFFF00AA // Yellow
new gTeam[MAX_PLAYERS];

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Blank Filterscript by your name here");
    print("--------------------------------------\n");
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

enum pInfo
{
    pPass,
    pScore,
    pCash,
    pAdmin,
}
new PlayerInfo[MAX_PLAYERS][pInfo];



stock getINI(playerid)
{
  new account[64];
  format(account,30,"Users/%s.ini",gPlayerName[playerid]);
  return account;
}
Reply


Messages In This Thread
Login and Register System - Dialogs - Using SII - by Kush - 10.07.2011, 00:02
Re: Login and Register System - Dialogs - Using SII - by Calgon - 10.07.2011, 00:24
Re: Login and Register System - Dialogs - Using SII - by Kush - 10.07.2011, 00:31
Re: Login and Register System - Dialogs - Using SII - by HyperZ - 10.07.2011, 03:57
Re: Login and Register System - Dialogs - Using SII - by Steven82 - 10.07.2011, 04:50
Re: Login and Register System - Dialogs - Using SII - by dowster - 10.07.2011, 06:22
Re: Login and Register System - Dialogs - Using SII - by Basicz - 10.07.2011, 07:36
Re: Login and Register System - Dialogs - Using SII - by Davz*|*Criss - 10.07.2011, 09:44
Re: Login and Register System - Dialogs - Using SII - by Kush - 10.07.2011, 14:52
Re: Login and Register System - Dialogs - Using SII - by Coffeemonster - 11.07.2011, 16:12
Re: Login and Register System - Dialogs - Using SII - by Kush - 11.07.2011, 16:33
Re: Login and Register System - Dialogs - Using SII - by GoldenM4 - 12.07.2011, 16:25
Re: Login and Register System - Dialogs - Using SII - by Coffeemonster - 15.07.2011, 12:55
Re: Login and Register System - Dialogs - Using SII - by Kush - 15.07.2011, 19:54
Re: Login and Register System - Dialogs - Using SII - by Seven_of_Nine - 15.07.2011, 20:16
Re: Login and Register System - Dialogs - Using SII - by Kush - 15.07.2011, 20:17
Re: Login and Register System - Dialogs - Using SII - by Seven_of_Nine - 15.07.2011, 20:18
Re: Login and Register System - Dialogs - Using SII - by Coffeemonster - 15.07.2011, 22:01
Re: Login and Register System - Dialogs - Using SII - by Ehab1911 - 17.07.2011, 15:40
Re: Login and Register System - Dialogs - Using SII - by Dark.Angel - 20.07.2011, 17:36
AW: Re: AW: Login and Register System - Dialogs - Using SII - by samtey - 20.07.2011, 19:16
Re: Login and Register System - Dialogs - Using SII - by System64 - 20.07.2011, 19:56
AW: Login and Register System - Dialogs - Using SII - by samtey - 20.07.2011, 20:01
AW: Login and Register System - Dialogs - Using SII - by samtey - 20.07.2011, 20:08
Re: Login and Register System - Dialogs - Using SII - by System64 - 20.07.2011, 20:28
Re: Login and Register System - Dialogs - Using SII - by Kush - 20.07.2011, 20:56
Re: AW: Login and Register System - Dialogs - Using SII - by Shockey HD - 22.07.2011, 22:12
Re: Login and Register System - Dialogs - Using SII - by Mustafa6155 - 10.10.2012, 10:44
Re: Login and Register System - Dialogs - Using SII - by danilonba - 23.10.2012, 16:06
Re: Login and Register System - Dialogs - Using SII - by burnfire - 17.04.2013, 13:07
Re: Login and Register System - Dialogs - Using SII - by Player23 - 28.06.2013, 05:00
Re: Login and Register System - Dialogs - Using SII - by Hardy - 28.06.2013, 19:57
Re: Login and Register System - Dialogs - Using SII - by Akira297 - 02.07.2013, 03:52
Re: Login and Register System - Dialogs - Using SII - by AntmanCow - 02.07.2013, 17:19

Forum Jump:


Users browsing this thread: 1 Guest(s)