29.10.2010, 18:37
How can i make this to an Dialog
i rlly want one with apply and deny
Apply - Closes it
Deny - Kicked from server
anyone know how to make it dialog
pawn Код:
if(!strcmp(cmdtext,"/rules",true))
{
SendClientMessage(playerid, 0xAA3333AA, "1.Cheating and hacking - Permban");
SendClientMessage(playerid, 0xAA3333AA, "2.Write on the forum if you want help!");
SendClientMessage(playerid, 0xAA3333AA, "http://freeroam-samp.ucoz.com/forum");
SendClientMessage(playerid, 0xAA3333AA, "3.Race on LS only");
SendClientMessage(playerid, 0xAA3333AA, "4.Respect The Administrators and the moderators!");
SendClientMessage(playerid, 0xAA3333AA, "5.Report asap if you see glitch/bug/cheaters/hackers!");
return 1;
}
return 0;
}
Apply - Closes it
Deny - Kicked from server
anyone know how to make it dialog