SA-MP Forums Archive
:S help pleas - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: :S help pleas (/showthread.php?tid=237326)



:S help pleas - Djankaa - 09.03.2011

Guys i need command /B i relly dont now how to make it the mod is from 0 and how do i create that IC chat cant see all people on server pleas help me !

Sry for my bad english im from Croatia


Re: :S help pleas - =WoR=Mitch - 09.03.2011

What GM are you using?


Re: :S help pleas - Mean - 09.03.2011

Using ZCMD:
pawn Код:
CMD:b( playerid, params[ ] ) {
    new string[ 128 ], pName[ 24 ]; GetPlayerName( playerid, pName, 24 );
    format( string, sizeof string, "(( %s: %s ))", pName, params );
    new Float:pos[ 2 ]; GetPlayerPos( playerid, pos[ 0 ], pos[ 1 ], pos[ 2 ] );
    for( new i = 0; i < MAX_PLAYERS; i++ ) if( IsPlayerConnected( i ) && IsPlayerInRangeOfPoint( i, pos[ 0 ], pos[ 1 ], pos[ 2 ] ) )
        return SendClientMessage( i, GREY, string );
}
Change the "GREY" to your GREY color.


Re: :S help pleas - Djankaa - 09.03.2011

No i use Strcmd the mod is my own its from Zero