plz help
#1

hi im just wondering how to put another script In OnplayerConnect in GM

public OnPlayerConnect(playerid)
{
if(fexist(UserPath(playerid)))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE" Type your password below to login.","Login","Quit");
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COL_WHITE"Registering...",""C OL_WHITE"Type your password below to register a new account.","Register","Quit");
}
return 1;


}
this is register login sys script i wanna put my dm sys in same public OnPlayerConnect(playerid) plz how
here is what i wanna put InMinigun[playerid] = 0
Reply
#2

Any help please
Reply
#3

Actually, what do you want?
I mean, how can I help you?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)