C:\Dokumente und Einstellungen\PBT\Desktop\0.1Version Selfmade by magnussoft!\gamemodes\aha.pwn(2896) : warning 235: public function lacks forward declaration (symbol "UhrSync")
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
public UhrSync()
{
	new str[32];
	new hour, minute, second;
	gettime(hour,minute,second);
	format(str,sizeof(str),"~y~d~r~:~y~d",hour,minute); 
	TextDrawSetString(Uhr, str); 
	SetWorldTime(hour); 
}
 
		 
		
		
	



