printf
#6

Here you go
pawn Код:
CMD:clearchat(playerid,params[])
{
    if(!IsPlayerAdmin( playerid ) )return SCM( playerid, RED, "Unknown Command! Type /help" );

    for(new i = 0; i < 100; i++) { SCMA(-1 ," "); }

    new
        pString[ 128 ],
        PlayerName[ 24 ]
    ;
    GetPlayerName( playerid, PlayerName, sizeof( PlayerName ) );
    format(pString, sizeof( pString ), "");
    SCMA(-1, "%s(%d) Has cleared the chat box.", PlayerName, playerid );
    return 1;
}
Код:
This forum requires that you wait 240 seconds between posts. Please try again in 13 seconds. - shutup annoying fag
Reply


Messages In This Thread
printf - by Another1 - 15.10.2013, 16:26
Re: printf - by Konstantinos - 15.10.2013, 16:29
AW: printf - by BigETI - 15.10.2013, 16:29
Re: printf - by Another1 - 15.10.2013, 17:30
Re: printf - by Another1 - 15.10.2013, 17:34
Re: printf - by Patrick - 15.10.2013, 17:38
Re: printf - by Konstantinos - 15.10.2013, 17:39
Re: printf - by Djole1337 - 15.10.2013, 17:48
Re: printf - by Konstantinos - 15.10.2013, 17:53
Re: printf - by Another1 - 15.10.2013, 19:17

Forum Jump:


Users browsing this thread: 2 Guest(s)