20.11.2012, 18:08
Код:
CMD:w(playerid, params[]) { new giveplayerid, whisper[128]; if(gPlayerLogged{playerid} == 0) { SendClientMessageEx(playerid, COLOR_GREY, "You're not logged in."); return 1; } if(sscanf(params, "us[128]", giveplayerid, whisper)) { SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: (/w)hisper [playerid] [text]"); return 1; }