13.07.2016, 14:03
//------------------------------------------------------------------[ Includes ]
#include <a_samp>
#include <dini>
#pragma tabsize 0
new playersconnected=0;
//-------------------------------------------------------------[ Server Limit ]
#define MaxPlayers GetMaxPlayers()
#define MaxVehicles MAX_VEHICLES
#define MaxObjects MAX_OBJECTS
//--------------------------------------------------------------------[ Defines ]
#define Black "{000000}"
#define White "{FFFFFF}"
#define Grey "{BFBFBF}"
#define Red "{FF0000}"
#define Orange "{FFA500}"
#define Yellow "{FFFF00}"
#define Green "{008000}"
#define Blue "{0000FF}"
#define Purple "{800080}"
#define Teal "{008080}"
#define DIALOG_REGISTER1 0
#define DIALOG_REGISTER2 1
#define DIALOG_REGISTER3 2
#define DIALOG_REGISTER4 3
#define DIALOG_LOGIN1 4
#define DIALOG_NOPW1 5
#define DIALOG_NOPW2 6
#define DIALOG_WRONGPW 7
enum Info
{
sex, //0= male 1=female
age, // age :3
logged // If is player connected
}
//--------------------------------------------------------------[ Milliseconds ]
#define Year 31536000000 // Dan x 365
#define Month 2592000000 // Dan x 30
#define Week 604800000 // Dan x 7
#define Day 86400000 // Sat x 24
#define Hour 3600000 // Minut x 60
#define Minute 60000 // Sekund x 60
#define Second 1000 // Milisekund x 1000
dont know really where is
#include <a_samp>
#include <dini>
#pragma tabsize 0
new playersconnected=0;
//-------------------------------------------------------------[ Server Limit ]
#define MaxPlayers GetMaxPlayers()
#define MaxVehicles MAX_VEHICLES
#define MaxObjects MAX_OBJECTS
//--------------------------------------------------------------------[ Defines ]
#define Black "{000000}"
#define White "{FFFFFF}"
#define Grey "{BFBFBF}"
#define Red "{FF0000}"
#define Orange "{FFA500}"
#define Yellow "{FFFF00}"
#define Green "{008000}"
#define Blue "{0000FF}"
#define Purple "{800080}"
#define Teal "{008080}"
#define DIALOG_REGISTER1 0
#define DIALOG_REGISTER2 1
#define DIALOG_REGISTER3 2
#define DIALOG_REGISTER4 3
#define DIALOG_LOGIN1 4
#define DIALOG_NOPW1 5
#define DIALOG_NOPW2 6
#define DIALOG_WRONGPW 7
enum Info
{
sex, //0= male 1=female
age, // age :3
logged // If is player connected
}
//--------------------------------------------------------------[ Milliseconds ]
#define Year 31536000000 // Dan x 365
#define Month 2592000000 // Dan x 30
#define Week 604800000 // Dan x 7
#define Day 86400000 // Sat x 24
#define Hour 3600000 // Minut x 60
#define Minute 60000 // Sekund x 60
#define Second 1000 // Milisekund x 1000
dont know really where is