plz help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: plz help (
/showthread.php?tid=552458)
plz help -
mehdi171996 - 24.12.2014
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
Re : plz help -
mehdi171996 - 24.12.2014
Any help please
Re: plz help -
ATGOggy - 24.12.2014
Actually, what do you want?
I mean, how can I help you?