18.12.2009, 23:01
You can do every subject in a public,like;
Then another public at the buttom:
And it goes on and on.
btw,there are maybe 3 servers with the name unique-rp lol.
pawn Код:
public introduction(playerid)
{
SendClientMessage(i, COLOR_YELLOW2, "*********Introduction*******");
SendClientMessage(i, COLOR_GRAD1, "UniqueRP, is a roleplay server.");
SendClientMessage(i, COLOR_GRAD1, "UniqueRP was created to give you a better look at what the next generation of Roleplay will be, like.");
SendClientMessage(i, COLOR_ASKQ, "Roleplay is slowly becoming one of the most accurate game modes");
SendClientMessage(i, COLOR_LIGHTBLUE, "There is various varieties of factions to choose from");
SendClientMessage(i, COLOR_ASKQ, " Please Remember to check out the rules by typing /rules.");
SendClientMessage(i, COLOR_LIGHTBLUE, "The tutorial will proceed. ");
SendClientMessage(i, 0x00e6fbff, "Please Wait.");
// THE TIMER
SetTimerEx("hackingabusing", 10000, false, "i", playerid);
}
pawn Код:
public hackingabusing(playerid)
{
SendClientMessage(i, COLOR_YELLOW2, "*********Hacking & Abusing*******");
SendClientMessage(i, COLOR_GRAD1, "Hacking is strictly forbidden here at UniqueRP.");
SendClientMessage(i, COLOR_GRAD1, "We have zero tolerance for it, if you get caught, you get banned.");
SendClientMessage(i, COLOR_ASKQ, "Abusing bugs is just as bad hacking.");
SendClientMessage(i, COLOR_LIGHTBLUE, "Instead of abusing bugs, just type /report and give a basic explanation of the bug, so that we can fix the bug for the future.");
SendClientMessage(i, COLOR_ASKQ, " Hacking and abusing will get you banned, permanently. ");
// ANOTHER TIMER
SetTimerEx("SOMETHINGELSE", 10000, false, "i", playerid);
}
btw,there are maybe 3 servers with the name unique-rp lol.