How To make...???
#1

How To Make a Script in Which When A Player Type Any Text Then It Appears Like This..

Example:-

[ID:0]TheRaGeLord: How Are You...
Reply
#2

Can You Paste a Code..Becauz I Don't Understand Clearly What You Said
Reply
#3

pawn Код:
public OnPlayerText( playerid, text[ ] )
{
    new fmat[ 128 ], name[ 24 ];
    GetPlayerName( playerid, name, 24 );
    format( fmat, sizeof ( fmat ), "{33FF33}[ID: %d] %s: {FFFFFF}%s", playerid, name, text );
    SendClientMessageToAll( -1, fmat );
    return 0;
}
Reply
#4

When I Complied with this code then these errors were coming

Код:
D:\Game Modez\RG-SATDM\Gamemodes\RGTDM.pwn(2458) : error 035: argument type mismatch (argument 2)
D:\Game Modez\RG-SATDM\Gamemodes\RGTDM.pwn(2457 -- 2463) : error 010: invalid function or declaration
Reply
#5

Quote:
Originally Posted by TheRaGeLord
Посмотреть сообщение
When I Complied with this code then these errors were coming

Код:
D:\Game Modez\RG-SATDM\Gamemodes\RGTDM.pwn(2458) : error 035: argument type mismatch (argument 2)
D:\Game Modez\RG-SATDM\Gamemodes\RGTDM.pwn(2457 -- 2463) : error 010: invalid function or declaration
Show us the lines. The code compiles perfectly for me.
Where did you put the code?
Reply
#6

Now I End This Topic Becauz...Now Its Working
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)