Thread: gui windows x_X
View Single Post
  #25  
Old 03-19-2006, 10:22 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by excaliber7388
PHP Code:
    savelog2("StaffToollog.txt","Staff= player.account Jailed Player=params[1] Reason=params[2]"); 
^ ^ All that does is save the EXACT text into the file
That's because you need to concatenate the strings properly. You have to be explicitly clear when you want something to be treated as a variable or whatever.
PHP Code:
"Staff= " player.account " jailed player= " params[1]... etc 
__________________
Skyld
Reply With Quote