SA-MP Forums Archive
/announce helpp! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /announce helpp! (/showthread.php?tid=247951)



/announce helpp! - NitoPSG - 11.04.2011

Guys I want to make an announce command that everyone can use it! How can I do it?? Help please!!!


Re: /announce helpp! - [DJ]Boki - 11.04.2011

Search that command on WIKI or ******


Re: /announce helpp! - HyperZ - 11.04.2011

Using Zcmd.
pawn Код:
command(announce, playerid, params[])
{
    if(isnull(params)) return SendClientMessage(playerid, -1, "USAGE: /announce [Text]");
    GameTextForAll(params,4000,3);
    return 1;
}



Re: /announce helpp! - NitoPSG - 11.04.2011

Is there any PAWN command script??


Re: /announce helpp! - NitoPSG - 11.04.2011

Any help for pawn code


Re: /announce helpp! - Hobod - 11.04.2011

that what clive said was in pawn lolol
download the zcmd inc and then you can use that


Re: /announce helpp! - blazee14 - 13.04.2011

Hmm are you look for strcmp or zcmd ?