Quote:
Originally Posted by Cameltoe
pawn Код:
command(announce, playerid, params[]) { new string[128]; if(pInfo[playerid][Admin] > 0) { if(sscanf(params, "s[128]", string)) return SendClientMessage(playerid, COLOR_YELLOW, "USAGE: /announce [message]"); else { GameTextForAll(string, 5000, 4); } } return 1; }
|
I ask for a solution, not for a total new script, but anyways thanks.]
Someone has a solution?