24.10.2012, 17:30
ok so i have to do:
and that will work?
and how about the:
that should work fine like this?
pawn Код:
new reason[128];
if(sscanf(params, "us[128]", targetid, reason)) return SendClientMessage(playerid, COLOR_YELLOW, "Correct Usage: /akill [playerid] [reason]");
and how about the:
pawn Код:
format(string, sizeof(string), "ADMIN_EXPLODE: {FF0000}%s {00FF00}has been Exploded by an Admin, Reason: {FF0000}%s", tname, reason);
SendClientMessageToAll(COLOR_GREEN, string);
format(string, sizeof(string), "you have Exploded {FF0000}%s, {00FF00}Reason: {FF0000}%s", tname, reason);
SendClientMessage(playerid, COLOR_GREEN, string);
format(string, sizeof(string), "You have been Exploded by an Admin, Reason: {FF0000}%s", reason);
SendClientMessage(targetid, COLOR_GREEN, string);