15.06.2014, 00:24
Let me show you how simple this script is,
pawn Code:
cmd:tlaws(playerid, params[])
{
SendClientMessage(playerid, -1, "bla bla");
return 1;
}