login system failure
#5

Код:
// Includes
#include <YSI\y_ini>
#include <YSI\y_utils>
#include <streamer>
#include <a_samp>
#include <zcmd>
#include <sscanf2>
#include <core>
#include <datagram>
#include <foreach>

enum pInfo
{
    pPass,
    pLogged,
    pCash,
    pAdmin,
    pWanted,
    pFaction,
    pRank,
    pLeader,
    pFWarns,
	pSkin,
    pKills,
    pDeaths,
    pBanned
}
new PlayerInfo[MAX_PLAYERS][pInfo];
new hitman;
new CopOnDuty[MAX_PLAYERS];
new OnPlayerUpdateExTimer[MAX_PLAYERS];
new bool:godcar[MAX_PLAYERS];

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" Romanian Free Server");
	print("--------------------------------------\n");
	return 1;
}

public OnFilterScriptExit()
{
	return 1;
} // --> this is the line 163
Reply


Messages In This Thread
login system failure - by adithegman - 24.06.2013, 14:09
Re: login system failure - by Sasoft - 24.06.2013, 14:22
Re: login system failure - by adithegman - 24.06.2013, 14:31
Re: login system failure - by introzen - 24.06.2013, 14:44
Re: login system failure - by adithegman - 24.06.2013, 14:51
Re: login system failure - by introzen - 24.06.2013, 14:52
Re: login system failure - by adithegman - 24.06.2013, 14:57
Re: login system failure - by introzen - 24.06.2013, 15:00
Re: login system failure - by adithegman - 24.06.2013, 15:05

Forum Jump:


Users browsing this thread: 1 Guest(s)