Thread: Help
View Single Post
  #1  
Old 02-06-2007, 07:15 AM
ZeekTheMan2 ZeekTheMan2 is offline
Zeek Is The Man
ZeekTheMan2's Avatar
Join Date: Feb 2006
Location: Ohio
Posts: 12
ZeekTheMan2 is on a distinguished road
Send a message via AIM to ZeekTheMan2
Help

Can somebody help me with this why is its hiding everything accept the names of the players?

PHP Code:
Function onCreated()
{
 
onTimeout();
}
function 
onTimeout(){
 
showstats(1024);
}
setTimer(0.05); 
Reply With Quote