Changeset 63 for scripts/usr/local/lib/7dtd/playerlog.sh
- Timestamp:
- Jul 6, 2014, 11:48:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/playerlog.sh
r23 r63 35 35 PLAYERLOG=$(getInstancePath $1)/players.log 36 36 PLAYERLIST=$(getInstancePath $1)/players.xml 37 ENTITYID= $238 STEAMID= $339 NICKNAME= $437 ENTITYID="$2" 38 STEAMID="$3" 39 NICKNAME="$4" 40 40 41 41 echo "$(timestamp) +++ $ENTITYID $NICKNAME $STEAMID" >> $PLAYERLOG … … 75 75 PLAYERLOG=$(getInstancePath $1)/players.log 76 76 PLAYERLIST=$(getInstancePath $1)/players.xml 77 ENTITYID= $277 ENTITYID="$2" 78 78 79 79 createPlayerList "$1"
Note:
See TracChangeset
for help on using the changeset viewer.