02.10.2012, 13:06
if(strcmp(cmd, "/rules", true) == 0) {
SendPlayerFormattedText(playerid,"1.Dont use any kind of cheats",0);
SendPlayerFormattedText(playerid,"2.Respect the admins and other players",0);
SendPlayerFormattedText(playerid,"3.Dont use bugs to get advantage of the game",0);
SendPlayerFormattedText(playerid,"4.No helikilling", 0);
SendPlayerFormattedText(playerid,"5.No carparking", 0);
SendPlayerFormattedText(playerid,"6.No spamming", 0);
SendPlayerFormattedText(playerid,"7.No big teams against smaller ones (like 3vs1)", 0);
SendPlayerFormattedText(playerid,"8.No freekilling", 0);
SendPlayerFormattedText(playerid,"9.No deathavoid (leaving the server while in a battle)", 0);
SendPlayerFormattedText(playerid,"10.No pausing (no pausing while in battle)", 0);
SendPlayerFormattedText(playerid,"11.No multiaccounts", 0);
SendPlayerFormattedText(playerid,"12.Dont abuse /brb and /afk commands", 0);
return 1;
how can i make dialog of these O.o
SendPlayerFormattedText(playerid,"1.Dont use any kind of cheats",0);
SendPlayerFormattedText(playerid,"2.Respect the admins and other players",0);
SendPlayerFormattedText(playerid,"3.Dont use bugs to get advantage of the game",0);
SendPlayerFormattedText(playerid,"4.No helikilling", 0);
SendPlayerFormattedText(playerid,"5.No carparking", 0);
SendPlayerFormattedText(playerid,"6.No spamming", 0);
SendPlayerFormattedText(playerid,"7.No big teams against smaller ones (like 3vs1)", 0);
SendPlayerFormattedText(playerid,"8.No freekilling", 0);
SendPlayerFormattedText(playerid,"9.No deathavoid (leaving the server while in a battle)", 0);
SendPlayerFormattedText(playerid,"10.No pausing (no pausing while in battle)", 0);
SendPlayerFormattedText(playerid,"11.No multiaccounts", 0);
SendPlayerFormattedText(playerid,"12.Dont abuse /brb and /afk commands", 0);
return 1;
how can i make dialog of these O.o