Trinity Gaming Roleplay Needs a scripter
#1

Trinity Gaming RP
-1: I need a better Admin System
-2: I need when the player joins it says with small in the left side of the screen Community Owner: Michael_Davidson
Co-Owner: Ryan_Ramsay
Scripter: (The Scripters name) If you got a good nice normal Roleplay script then you can give me link too but i don't know,
I need much more Admin commands

I just need a good RP scripter so i can get a script that looks like NGRP and GF and many others together so pleas comment if you can help me script
And the commands /gedit /hedit /ddedit and so i can make houses in game



PHP код:
SendClientMessage(playeridCOLOR_GREY"Moderator: /a /spec /jail /kick /aduty /slap /ao /nrn /gotox /ar /tr");
    if(
PlayerInfo[playerid][pAdmin] >= 2)
    
SendClientMessage(playeridCOLOR_GREY"Junior Admin: /ban /check /prison /mole");
    if(
PlayerInfo[playerid][pAdmin] >= 3)
    
SendClientMessage(playeridCOLOR_GREY"Senior Admin: /switchfac /switchrank /revive /release /gotoid /gethere /fine");
    if(
PlayerInfo[playerid][pAdmin] >= 4)
    
SendClientMessage(playeridCOLOR_GREY"Head admin/Scripter: /dooredit /doornext /doorname /doornear /unban /sethp /setarmor /makehelper /unbanip /banip");
    
SendClientMessage(playeridCOLOR_GREY"Server Manager/Scripter: /givemoney /givegun /seteventpos /editevent /startevent /beginevent /announceevent /lockevent");
    if(
PlayerInfo[playerid][pAdmin] >= 5)
    
SendClientMessage(playeridCOLOR_GREY"Co-Owner: /setadminname /respawnvehicles");
    if(
PlayerInfo[playerid][pAdmin] >= 6)
    
SendClientMessage(playeridCOLOR_GREY"Community Owner: /makeadmin");
That is the only admin commands i got 
Reply
#2

And the command /gedit and /ddedit and /hedit and some commands that i can make houses in game
Reply
#3

Код:
 SendClientMessage(playerid, COLOR_GREEN,"_______________________________________");
			    if(alevel >= 1)
				{
					SendClientMessage(playerid, COLOR_GRAD1, "1 ADMIN: /listguns /©ock(s)can(a)ll /check /spec /setint /mute /nmute /skick /sban (/a)dmin /warnings, /ch");
				}
				if(alevel >= 2)
				{
					SendClientMessage(playerid, COLOR_GRAD2,"2 ADMIN: /skydive /bigears /freeze /unfreeze /slap /warn /cnn /goto /sendtols /skiptut /hoseject /fuelcars");
					SendClientMessage(playerid, COLOR_GRAD2,"2 ADMIN: /freezeplayers /unfreezeplayers /setskin /muteplayers /unmuteplayers /listmuted /listmasked /kick /ban");
				}
				if(alevel >= 3)
				{
					SendClientMessage(playerid, COLOR_GRAD3,"3 ADMIN: /noooc /nonewbie /fourdive /jail /prison /fine /startlotto /ramps /housewarnings /approvehouse /setcarhp");
					SendClientMessage(playerid, COLOR_GRAD3,"3 ADMIN: /mark /goto /gethere /oldcar /mole /ipcheck /countdown /disarm /nohospital /rejecthouse, /setaccent");
				}
				if(alevel >= 4)
				{
			    	SendClientMessage(playerid, COLOR_GRAD4,"4 ADMIN: /setchamp /sethpall /setarmorall /fixvehall /givenos /blowup /setname /listcars /refund /ahousehelp /duel");
			    	SendClientMessage(playerid, COLOR_GRAD4,"4 ADMIN: /veh /vehmenu /fixveh /sethp /setarmor /givegun /givegunall /givemoney /setmoney /setstat /setfightstyle");
			    	SendClientMessage(playerid, COLOR_GRAD5,"4 ADMIN: /fcreate /fdelete /load /adivorce /makeircadmin /destroycar /destroycars /eventhelp /setcrime /givecookie");
				}
				if(alevel >= 1337)
				{
					SendClientMessage(playerid, COLOR_GRAD4,"1337+ ADMIN: /weather /weatherall /makeleader /tod /savechars /gotohouse /goinhouse /fedit /dedit /pointtime");
					SendClientMessage(playerid, COLOR_GRAD4,"1337+ ADMIN: /pban /unban /banaccount /gotocar /setcolor /banip /unbanip /deleteaccount /rangeban /makehelper");
				}
				if(alevel >= 99998)
				{
					SendClientMessage(playerid, COLOR_GRAD4,"99999+ ADMIN: /makeadmin /makebanappealer /makegangmod");
				}
				if(PlayerInfo[playerid][pBanAppealer])
			    {
			        SendClientMessage(playerid, COLOR_GRAD1, "BAN APPEALER: /unban /unbanip");
			    }
			    if(PlayerInfo[playerid][pGangMod])
			    {
			        SendClientMessage(playerid, COLOR_GRAD1, "GANG MODERATOR: /pointtime /fedit /fstrike /fsetstrike");
			    }
				SendClientMessage(playerid, COLOR_GREEN,"_______________________________________");
			}
			else
			{
			    SendClientMessage(playerid, COLOR_GREY,"   You are not authorized to use that command !");
			}
		}
		return 1;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)