1
mIRC/pawn Scripting / Re: Help me!Come in !
« on: March 30, 2013, 08:47:59 am »
thanks, man
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
use this:
[pawn]}
else if (strcmp(cmd, "!rules", true) == 0){
SendClientMessageToAll(COLOR_YELLOW, "put the first rule");
SendClientMessageToAll(COLOR_YELLOW, "put the second rule");
return 1;[/pawn]