/me [text] the text comes above your head
#2

pawn Код:
COMMAND:me( playerid, params[ ] )
{
    new
        Name[ MAX_PLAYER_NAME ],
        String[ 128 ],
        Text[ 70 ]
    ;
    GetPlayerName( playerid,Name,MAX_PLAYER_NAME );
    if( sscanf( params,"s[70]",Text ) ) return SendClientMessage( playerid,-1,"Usage /me text" );
   
    format( String,sizeof( String ),"* %s %s",Name,Text );
    SetPlayerChatBubble( playerid,String,-1,100.0,10000 );
    return true;
}
Reply


Messages In This Thread
/me [text] the text comes above your head - by davelord - 22.04.2011, 19:41
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 19:47
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 19:48
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 19:50
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:04
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 20:05
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:06
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 20:08
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:08
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:10
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 20:13
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:15
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 20:16
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:17
Re: /me [text] the text comes above your head - by SchurmanCQC - 22.04.2011, 20:18
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 20:18
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:19
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:21
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 20:22
Re: /me [text] the text comes above your head - by SchurmanCQC - 22.04.2011, 20:22
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:23
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 20:26
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:26
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 20:28
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:28
Re: /me [text] the text comes above your head - by SchurmanCQC - 22.04.2011, 20:29
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:32
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 20:37
Re: /me [text] the text comes above your head - by Skylar Paul - 22.04.2011, 20:43
Re: /me [text] the text comes above your head - by alpha500delta - 22.04.2011, 20:51
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 20:52
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 20:52
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 21:01
Re: /me [text] the text comes above your head - by xir - 22.04.2011, 21:05
Re: /me [text] the text comes above your head - by davelord - 22.04.2011, 21:11
Re: /me [text] the text comes above your head - by Raimis_R - 22.04.2011, 21:14

Forum Jump:


Users browsing this thread: 3 Guest(s)