my server
#1

i uploaded gm and its banning everyone can anyone tell me how to fix it
Reply
#2

Post your script here

Press CTRL + F then write this

public OnPlayerLogin
Reply
#3

here it is

Quote:

public OnPlayerLogin(playerid,password[])
{
if(GetPVarInt(playerid, "PlayerLogged") != 0) return true;
new string[128];
format(string, sizeof(string), "users/%s.ini", PlayerName(playerid));
Hash(password);
if(strcmp(DOF2_GetString(string, "Key"), password, true) == 0)
{
if(DOF2_GetInt(string, "Convert") != 5) return Kick(playerid);

Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)