Announce help
#2

Why would you make it this Difficult,you can do this

pawn Код:
CMD:announce(playerid, params[])
{
    new message[126];
    format(message,sizeof(message), "%s", params);
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        GameTextForPlayer(i, message, 5000, 6);
    }
}
Reply


Messages In This Thread
Announce help - by Ananisiki - 30.05.2013, 16:29
Re: Announce help - by mahdi499 - 30.05.2013, 16:36
Re: Announce help - by Konstantinos - 30.05.2013, 16:38
Re: Announce help - by RyanPetersons - 30.05.2013, 16:45
Re: Announce help - by Ananisiki - 30.05.2013, 16:48
Re: Announce help - by NathNathii - 30.05.2013, 16:48
Re: Announce help - by Pottus - 30.05.2013, 16:52
Re: Announce help - by Konstantinos - 30.05.2013, 16:52
Re: Announce help - by Glad2BeHere - 30.05.2013, 16:59
Re: Announce help - by Pottus - 30.05.2013, 17:06

Forum Jump:


Users browsing this thread: 1 Guest(s)