Thread: savelog
View Single Post
  #1  
Old 01-06-2007, 10:39 PM
pig132 pig132 is offline
professional troll
Join Date: May 2006
Posts: 260
pig132 will become famous soon enough
savelog

This is just a test script i just made up, im wondering how to accurately use savelog. I have this but doesnt seem to do anything..
PHP Code:
//#CLIENTSIDE
function onPlayerchats() {
  if (
player.chat "test") {
  
savelog2 testlog.txt,test!;
  }

Reply With Quote