Login Filtescript is clashing with Gamemode Filterscript
#4

try this

if(!strcmp(inputtext, PlayerInfo[playerid][password]))
{
//What should do if the password is right
}

And you have this :
Код:
SendClientMessage(playerid, COLOR_GREEN,"You have succesfully logged in !");
before checking password.

Don't put the dialog call on OnPlayerRequestClass(), it will shown every time player change the classe right and left, put after password check !
Reply


Messages In This Thread
Login Filtescript is clashing with Gamemode Filterscript - by Aerotactics - 21.02.2014, 05:23
Re: Login Filtescript is clashing with Gamemode Filterscript - by Aerotactics - 21.02.2014, 06:50
Re: Login Filtescript is clashing with Gamemode Filterscript - by Aerotactics - 21.02.2014, 10:23
Re: Login Filtescript is clashing with Gamemode Filterscript - by FilesMAker - 21.02.2014, 10:31
Re: Login Filtescript is clashing with Gamemode Filterscript - by Aerotactics - 21.02.2014, 10:49

Forum Jump:


Users browsing this thread: 1 Guest(s)