how to make Name(id): text?
#5

pawn Код:
public OnPlayerText( playerid, text[ ] )
{
    new textmsg[ 128 ];
    format( textmsg, sizeof ( textmsg ), "(id:%d): %s", playerid, text );
    SendPlayerMessageToAll( playerid, textmsg );
    return 0;
}
Quote:
Originally Posted by Schurman
Посмотреть сообщение
rep me. :>
..
Reply


Messages In This Thread
how to make Name(id): text? - by niels44 - 15.02.2012, 14:59
Re: how to make Name(id): text? - by fiki574 - 15.02.2012, 15:00
Re: how to make Name(id): text? - by niels44 - 15.02.2012, 15:01
Re: how to make Name(id): text? - by SchurmanCQC - 15.02.2012, 15:01
Re: how to make Name(id): text? - by Konstantinos - 15.02.2012, 15:01
Re: how to make Name(id): text? - by niels44 - 15.02.2012, 15:03
Re: how to make Name(id): text? - by Lisa - 15.02.2012, 15:03
Re: how to make Name(id): text? - by Konstantinos - 15.02.2012, 15:05
Re: how to make Name(id): text? - by niels44 - 15.02.2012, 15:07
Re: how to make Name(id): text? - by KingHual - 15.02.2012, 17:15

Forum Jump:


Users browsing this thread: 1 Guest(s)