06.08.2016, 14:14
Код:
CMD:rules(playerid, params[])
{
SendClientMessageEx(playerid, COLOR_WHITE,"*** Server Rules ***");
SendClientMessageEx(playerid, COLOR_GRAD1,"Always roleplay - PGRP is a role-play server. Your character's behavior needs to be as realistic, and close to real life as possible!");
SendClientMessageEx(playerid, COLOR_GRAD1,"No metagaming! Don't mix in-character (IC) and out-of-character (OOC) chat/information. IC chat is the default chat, OOC is used by typing /b!");
SendClientMessageEx(playerid, COLOR_GRAD2,"No killing on sight (KOS). Killing a person on sight without a word or any attempt to roleplay is not allowed and is prisonable!");
SendClientMessageEx(playerid, COLOR_GRAD2,"No revenge-killing (RK). If a person critically injured you, you are not allowed to go back to kill them! After hospital, you lose all memory of the last 30 minutes!");
SendClientMessageEx(playerid, COLOR_GRAD3,"No powergaming! Impossible roleplay, meaning anything that is cannot be done in real life is forbidden! Do not force roleplay on others!");
SendClientMessageEx(playerid, COLOR_GRAD3,"No driver drive-by (DDB). Shooting out the window as a driver is strictly against the rules! You may only shoot out the window as a passenger.");
SendClientMessageEx(playerid, COLOR_GRAD4,"No car-ramming or car parking! Do not repeatedly ram other people with your car, and don't park on top of a person to kill them!");
SendClientMessageEx(playerid, COLOR_GRAD4,"No logging to avoid! Never log out or alt-tab out of game to avoid death, arrest or prison!");
SendClientMessageEx(playerid, COLOR_WHITE,"*** This is a short version of our server rulebook. Please visit sriyankgaming.in to see a full list of XGRP's server rules! ***");
SendClientMessageEx(playerid, COLOR_YELLOW, "* You can find a copy of our server rules on the forums.");
return 1;
}

