Skip to content
View Vince0789's full-sized avatar
Block or Report

Block or report Vince0789

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. sa-mp-extended-vehicle-information sa-mp-extended-vehicle-information Public

    SQLite database of Grand Theft Auto San Andreas' vehicles for use with San Andreas Multiplayer modification.

    Pawn 7 6

  2. pawn-array-util pawn-array-util Public

    Relatively simple yet useful utilities to work with arrays.

    Pawn 3 1

  3. samp-history-collector samp-history-collector Public

    Pawn 1

  4. samp-php-query samp-php-query Public

    PHP

  5. samp-iptables.sh samp-iptables.sh
    1
    # create a new chain
    2
    iptables -N SAMPQUERY
    3
    
                  
    4
    # check that incomming packet is a samp query packet and divert to the new chain
    5
    # this inserts the rule as the first in the chain, but should probably be a bit further down (e.g. after checking lo interface)
  6. Configuration file for logrotate to ... Configuration file for logrotate to rotate SA-MP server logs.
    1
    /path/to/server/server_log.txt {
    2
      daily
    3
      rotate 30
    4
      dateext
    5
      extension .txt