Thread: savelog
View Single Post
  #2  
Old 01-06-2007, 10:51 PM
Devenio Devenio is offline
Scripter
Devenio's Avatar
Join Date: Dec 2006
Posts: 28
Devenio is on a distinguished road
Quote:
Originally Posted by pig132 View Post
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!;
  }

first off, savelog2("testlog.txt","test!");.
next it should save the folder called logs on RC (Remote_Control).

if you dont see logs folder than have someone add, rw logs/*
to your folders access.
__________________

"Two things are infinite: the universe and human stupidity, and I'm not sure about the the universe.." -Einstein


Reply With Quote