View Single Post
  #2  
Old 06-16-2007, 07:43 PM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
Only problem I see is:

PHP Code:
  plyr.triggerclient("weapon""systemMain"""); 
should be

PHP Code:
with plyr )
{
  
triggerclient("weapon""systemMain"""); 

Reply With Quote