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