Quote:
Originally Posted by dr.pepper
You high rollers are really annoying, why don't you help him out instead of making useless posts.
pawn Код:
dcmd_gametextall(playerid, cmdtext[]) { new tmp[256], index; tmp = strrest(cmdtext, index); if (!strlen(tmp)) return SendClientMessage(0xFF444499, playerid, "/announce <message>"); if (strlen(tmp) > 25) return SendClientMessage(0xFF444499, playerid, "Your announce message is too long"); GameTextForAll(tmp, 4000, 5); return 1; }
|
can u plz also tell me do i add it under playeroncommandtext?and also how do i make it on rcon login only?but i haven't tested it yet.