ideas for RP mode - 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: ideas for RP mode (
/showthread.php?tid=386706)
ideas for RP mode -
PaulDinam - 21.10.2012
I've started a new mode from 0 after, now i have all the admins commands for the basic this is all is have for now:
Just look at the commands:
Код:
if (PlayerInfo[playerid][pAdmin] >= 1)
{
SCM(playerid, COLOR_WHITE, "[Admin duty] {C3C3C3}/aduty");
SCM(playerid, COLOR_WHITE, "[Admin Level 1] {C3C3C3}/mute /unmute /aveh /givemoney /noooc /aooc /announce /adminchat");
SCM(playerid, COLOR_WHITE, "[Admin Level 1] {C3C3C3}/clearchat /acceptreport /markfalse /setskin /sethp /setmoney");
}
if (PlayerInfo[playerid][pAdmin] >= 2)
{
SCM(playerid, COLOR_WHITE, "[Admin Level 2] {C3C3C3}/goto /gethere /ajail /setfightstyle /freeze /unfreeze /slap");
SCM(playerid, COLOR_WHITE, "[Admin Level 2] {C3C3C3}/fly /mark /gotomark /ipcheck");
}
if (PlayerInfo[playerid][pAdmin] >= 3)
{
SCM(playerid, COLOR_WHITE, "[Admin Level 3] {C3C3C3}/kick /ban");
}
if (PlayerInfo[playerid][pAdmin] >= 4)
{
SCM(playerid, COLOR_WHITE, "[Admin Level 4] {C3C3C3}/givegun /banip /unbanip");
}
if (PlayerInfo[playerid][pAdmin] >= 1337)
{
SCM(playerid, COLOR_WHITE, "[High admin level] {C3C3C3}/makeadmin /makehelper /tod /weather /weatherall");
}
And these are the players command till now:
im a new scripter and i made all by my self
Код:
SCM(playerid, COLOR_GRAD2,"{FFAF00}*** GENERAL *** {C3C3C3}/chathelp /report /rules /helpme");
SCM(playerid, COLOR_GRAD2,"{FFAF00}*** CHAT *** {C3C3C3}/togpm /ooc /id /me /do /b (/w)hisper /pm (/s)hout (/l)ow");
Now i want to start with systems, i need some help of you, and which command i should add for the admins.
Re: ideas for RP mode -
DaizeN - 21.10.2012
This topic is for scripting help not suggestions. Post it here instead
http://forum.sa-mp.com/forumdisplay.php?f=19
Re: ideas for RP mode -
Steven82 - 21.10.2012
This doesn't belong here like said, but if you're going to try to open a roleplay server with no ideas, then you shouldn't be opening a roleplay server.