02.04.2013, 09:38 
	
	
	
		No the function gettime(...) stores the values onto your integers each time you call it, so if you call it at the first line before executing the rest of the code it will reset the values to the servers operating systems time.
If you dont specify variables it returns unix timestamp.
https://sampwiki.blast.hk/wiki/Gettime
Edit:
I dont even see why you bother to do the if statements unless you will put other code under them.
	
	
	
If you dont specify variables it returns unix timestamp.
https://sampwiki.blast.hk/wiki/Gettime
Edit:
I dont even see why you bother to do the if statements unless you will put other code under them.

