View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-10-2012 , 02:57   Re: Big help *IMPORTANT*
Reply With Quote #4

Since rak didn't explain anything:
  • You must escape the ^ character with another ^.
  • Every quote must must have a matching quote to end the string.
  • The last element of an array should not be followed by a comma.

PHP Code:
    "^tvix_nosmoke",
    
"^tvix_noflash",
    
"+^tvix_strafe",
    
"+^tvix_fastrun",
    
"+^tvix_groundstrafe,
    "
+dm^groundstrafe",
    "
+dm^strafe",
    "
^tvix_bhop",
// ...
    "
mar1k_speed", 


PHP Code:
    "^^tvix_nosmoke",
    
"^^tvix_noflash",
    
"+^^tvix_strafe",
    
"+^^tvix_fastrun",
    
"+^^tvix_groundstrafe",
    
"+dm^^groundstrafe",
    
"+dm^^strafe",
    
"^^tvix_bhop",
// ...
    
"mar1k_speed" 
__________________
fysiks is offline