/announce helpp!
#1

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

Search that command on WIKI or ******
Reply
#3

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

Is there any PAWN command script??
Reply
#5

Any help for pawn code
Reply
#6

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

Hmm are you look for strcmp or zcmd ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)