View Single Post
  #4  
Old 07-30-2011, 09:33 PM
Astram Astram is offline
Era iPhone PR
Astram's Avatar
Join Date: Aug 2010
Posts: 324
Astram can only hope to improve
Send a message via AIM to Astram
Also, I have
PHP Code:
function onActionServerSide()
  {
  if (
params[0] == "debug")
    {
    
temp.filename "weapons/weaponDrag.txt"
    
temp.lines.loadlines(temp.filename); 
    
player.chat temp.lines;
    
player.triggerclient(this.name"load"temp.lines);
    }
  } 
and I have the weapon "Drag" on the server, but my player.chat always is "0"... Any help?
__________________
-Toad
The worlds biggest Toad fan...
Era iPhone FTW!



Last edited by Astram; 07-30-2011 at 09:46 PM..
Reply With Quote