23.04.2012, 00:07
Pretty obvious to work out:
SendClientMessage(playerid, COL_RED, "No Hacking");
->
SendClientMessage(i, COL_RED, "No Hacking");
SendClientMessage(playerid, COL_RED, "No Hacking");
->
SendClientMessage(i, COL_RED, "No Hacking");