announce script
#1

hi all bee looking to make a announce script and it always fails

can anyone help me i want it so it is in zcmd and it uses standard gamemode text which i think is 0


so basically need it to be like /announce [text] and the text to last for 6 seconds
Reply
#2

pawn Код:
CMD:announce(playerid, params[])
{
    if(isnull(params)) return SendClientMessage(playerid,COLOR_RED, "USAGE: /announce <Text>");
    GameTextForAll(params,6000,3);
    return 1;
}
this command uses ZCMD you will need it if you don't have ZCMD
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)