Remake this CMD to ZCMD
#10

pawn Код:
CMD:v( playerid, params[ ] )
{
    if( playerDB[ playerid ][ vip ] )
    {
        if( isnull( params ) ) return SendClientMessage( playerid, GREEN, "* Naudojimas: /v [tekstas]" );
        new
            zin[ 128 ],
            name[ MAX_PLAYER_NAME ]
        ;
        GetPlayerName( playerid, name, MAX_PLAYER_NAME );
        format( zin, sizeof( zin ), "VIP [%s]: %s", name, params );
        SendClientMessageToAll( GREEN, zin );
    }
    return 1;
}
PS: Wow, everyone ignores the 128 which is the limit. Waste of memory...
Reply


Messages In This Thread
Remake this CMD to ZCMD - by Louris - 20.11.2012, 15:06
Re: Remake this CMD to ZCMD - by Mustafa6155 - 20.11.2012, 15:09
Re: Remake this CMD to ZCMD - by Louris - 20.11.2012, 15:13
Re: Remake this CMD to ZCMD - by -=Dar[K]Lord=- - 20.11.2012, 15:16
Re: Remake this CMD to ZCMD - by Louris - 20.11.2012, 15:18
Re: Remake this CMD to ZCMD - by -=Dar[K]Lord=- - 20.11.2012, 15:18
Re: Remake this CMD to ZCMD - by Edvin - 20.11.2012, 15:19
Re: Remake this CMD to ZCMD - by Konstantinos - 20.11.2012, 15:19
Re: Remake this CMD to ZCMD - by Louris - 20.11.2012, 15:23
Re: Remake this CMD to ZCMD - by Konstantinos - 20.11.2012, 15:26

Forum Jump:


Users browsing this thread: 5 Guest(s)