Posts: 562
	Threads: 41
	Joined: Aug 2013
	
Reputation: 
0
	 
 
	
	
		download Utils and put that in pawno/includes and then open script compile it
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 562
	Threads: 41
	Joined: Aug 2013
	
Reputation: 
0
	 
 
	
	
		can you show us code ! ? and btw symbol strtok is already defined
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 562
	Threads: 41
	Joined: Aug 2013
	
Reputation: 
0
	 
 
	
	
		did you saw that error lines ? 
post code of that lines
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 11,827
	Threads: 33
	Joined: Dec 2011
	
Reputation: 
0
	 
 
	
	
		I think I've read a thread few years ago saying that when "cmd" had size of 128 and used strtok, it gave the errors you got. By doing it 256 fixed that - I'm not sure if that's the solution so I strongly recommend you NOT to use strtok. Use sscanf instead. Also dcmd and strcmp are both bad. ZCMD and y_commands are better and very fast! You should really consider of changing them (I'm talking about that awful combination of strtok and strcmp for commands).
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 129
	Threads: 27
	Joined: Jan 2013
	
Reputation: 
0
	 
 
	
	
		I think changing it is WAY WAY WAY above my scripting capability's, so how would i change this 128 256 thing?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 985
	Threads: 13
	Joined: Sep 2011
	
Reputation: 
0
	 
 
	
	
		Then I'd recommend you to read tutorials and start off by doing easy stuff and when you get the hang of it, you can move to the more advanced stuff.