[FilterScript] RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more]
#45

Quote:
Code:
public OnPlayerSpawn(playerid)
{
	#if VipTag == true
		if(PlayerAcc[playerid][Vip] >= 1)
		{
		    new Text3D:VIPtag = Create3DTextLabel("VIP", COLOR_ORANGE, 30.0, 40.0, 50.0, 40.0, 0);
			Attach3DTextLabelToPlayer(VIPtag, playerid, 0.0, 0.0, 0.7);
			SetPlayerColor(playerid, COLOR_ORANGE);
		}
	#endif
	if(PlayerAcc[playerid][UseSkin] == 1)
	{
		SetPlayerSkin(playerid, PlayerAcc[playerid][SaveSkin]);
		SendClientMessage(playerid, COLOR_LIME, "Saved Skin successfully loaded!");
    	SendClientMessage(playerid, COLOR_RED, "RomAdmin: /dontuseskin to disable using your save skin!");
	}
    if(IsSpecing[playerid] == 1)
    {
        SetPlayerPos(playerid, SpecX[playerid], SpecY[playerid], SpecZ[playerid]);
        SetPlayerInterior(playerid, Inter[playerid]);
        SetPlayerVirtualWorld(playerid, vWorld[playerid]);
        IsSpecing[playerid] = 0;
        IsBeingSpeced[spectatorid[playerid]] = 0;
    }
	if(PlayerAcc[playerid][Jail] == 1)
	{
		ResetPlayerWeapons(playerid);
		SetPlayerPos(playerid, 197.6661,173.8179,1003.0234);
		SetPlayerInterior(playerid, 3);
		SendClientMessage(playerid, COLOR_RED, "You've been bought back to jail, You've not finish your punishment yet!");
	}
	if(PlayerAcc[playerid][Mute] == 1)
	{
		MuteTimer[playerid] = SetTimerEx("OnPlayerUnmute", PlayerAcc[playerid][MuteTime], false, "d", playerid);
		SendClientMessage(playerid, COLOR_RED, "You've been muted, You've not finish your punishment");
	}
    if(HasIt[playerid] == false)
    {
        HasIt[playerid] = true;
        if(fexist(Path(playerid)))
        {
            if(ServerInfo[AutoLog] == 1)
            {
                if((!strcmp(ip, PlayerAcc[playerid][Ip], true)) && (ServerInfo[AutoLog] == 1))
                {
                    INI_ParseFile(Path(playerid),"loadaccount_user", .bExtra = true, .extra = playerid);
                    if(ServerInfo[ScoreSaving] == 1)
                    {
                        SetPlayerScore(playerid, PlayerAcc[playerid][Score]);
                    }
                    GivePlayerMoney(playerid, PlayerAcc[playerid][Money]);
                    SendClientMessage(playerid, COLOR_YELLOW, "Success: You've automatically successfully login to your account");
                    PlayerAcc[playerid][Log] = 1;
                    return 1;
                }
            }
            ShowPlayerDialog(playerid, LOGIN, DIALOG_STYLE_PASSWORD, ""white"RomAdmin - Login", "Welcome Back,\nPlease login first by\nPutting your password below", "Login", "Exit");
        }
        else
        {
            ShowPlayerDialog(playerid, REGISTER, DIALOG_STYLE_PASSWORD, ""white"RomAdmin - Register", "Welcome to the Server,\nPlease register first by\nPutting your password below", "Register", "Exit");
        }

    }
    return 1;
}
^ My code
Reply


Messages In This Thread
RomAdmin - Fast, Efficient, Admin/VIP System [110+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 09.09.2012, 11:58
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by RanSEE - 09.09.2012, 12:00
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 09.09.2012, 12:01
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by [MK]Man_Deep - 09.09.2012, 12:01
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by CROSS_Hunter - 09.09.2012, 12:04
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by Kaperstone - 09.09.2012, 12:06
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 09.09.2012, 12:06
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by CROSS_Hunter - 09.09.2012, 12:07
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by [MK]Man_Deep - 09.09.2012, 12:07
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by Faisal_khan - 09.09.2012, 12:07
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 09.09.2012, 12:08
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by CROSS_Hunter - 09.09.2012, 12:09
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by [MK]Man_Deep - 09.09.2012, 12:11
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by CROSS_Hunter - 09.09.2012, 12:11
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 09.09.2012, 12:12
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by [MK]Man_Deep - 09.09.2012, 12:13
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by CROSS_Hunter - 09.09.2012, 12:13
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 09.09.2012, 12:15
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by [MK]Man_Deep - 09.09.2012, 12:17
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by fiki574 - 09.09.2012, 12:29
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by [MK]Man_Deep - 09.09.2012, 12:34
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by -A.I.M- - 09.09.2012, 12:41
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by ZoMDE_KJ - 09.09.2012, 12:43
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by StupidGuyLikeMe - 09.09.2012, 12:45
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by laci112 - 09.09.2012, 12:49
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 14.09.2012, 08:41
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 14.09.2012, 09:37
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by XProtocol - 14.09.2012, 09:51
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 14.09.2012, 10:05
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 14.09.2012, 13:35
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 14.09.2012, 14:21
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 14.09.2012, 23:57
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 15.09.2012, 01:07
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by mobiliz - 15.09.2012, 01:12
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 15.09.2012, 01:17
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by StupidGuyLikeMe - 15.09.2012, 03:43
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 15.09.2012, 04:42
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by Windrush - 15.09.2012, 05:15
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 15.09.2012, 05:18
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by Windrush - 15.09.2012, 05:25
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 14.10.2012, 02:50
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by Uberanwar - 14.10.2012, 04:58
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 14.10.2012, 05:04
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by Uberanwar - 14.10.2012, 05:24
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by Uberanwar - 14.10.2012, 05:26
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 14.10.2012, 05:29
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by Uberanwar - 14.10.2012, 05:32
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 14.10.2012, 07:40
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by Uberanwar - 14.10.2012, 07:58
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by JaKe Elite - 14.10.2012, 08:03
Re: RomAdmin - Fast, Efficient, Admin/VIP System [30+ commands] [AntiAd, AntiSpam, Irc and much more] - by [RESL]AngeL - 10.11.2012, 12:41

Forum Jump:


Users browsing this thread: 1 Guest(s)