Posts: 129
	Threads: 18
	Joined: Dec 2007
	
Reputation: 
0
	 
 
	
		
		
		
		26.10.2010, 14:24 
(
 Последний раз редактировалось -Davee-; 26.10.2010 в 15:12.
)
	
	 
	
		Okay, I go to search other solution, thank you!
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,831
	Threads: 69
	Joined: Mar 2008
	
Reputation: 
0
	 
 
	
	
		Well a cell in PAWN is 4 bytes while unsigned int64 is 8 bytes.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 129
	Threads: 18
	Joined: Dec 2007
	
Reputation: 
0
	 
 
	
	
		and how could be solved by other solution?
	
	
	
	
		
	
 
 
	
	
		You can use gettime() which returns a unix timestamp (number of seconds since 1970), but this is only if you don't need milliseconds. As of GetTickCount, I don't see any solution, sorry.