- 8
- 2
Can someone offer any guidance on how to do it? Here is a little example of what I am talking about.
========================
# Network Patches (max: 1024)
# ========================
#
# Format: name type id hotkey enable (available types: incoming RPC, outcoming RPC, incoming packet, outcoming packet)
#Player
netPatch[] = "SetPlayerName" "incoming RPC" 11 &0 0
netPatch[] = "SetPlayerColor" "incoming RPC" 72 &0 0
netPatch[] = "SetPlayerPos" "incoming RPC" 12 &0 0
netPatch[] = "SetPlayerPosFindZ" "incoming RPC" 13 &0 0
========================
# Network Patches (max: 1024)
# ========================
#
# Format: name type id hotkey enable (available types: incoming RPC, outcoming RPC, incoming packet, outcoming packet)
#Player
netPatch[] = "SetPlayerName" "incoming RPC" 11 &0 0
netPatch[] = "SetPlayerColor" "incoming RPC" 72 &0 0
netPatch[] = "SetPlayerPos" "incoming RPC" 12 &0 0
netPatch[] = "SetPlayerPosFindZ" "incoming RPC" 13 &0 0