Help please what is with that code?
PHP Code:
new cas[9], datum[11]
public showInfo(id){
if(!is_user_admin(id))
get_time("%H:%M:%S",cas, 8)
get_time("%d.%m.%y", datum,10)
set_hudmessage(0, 255, 0, 0.7, 0.01, 0, 6.0, 12.0)
show_hudmessage(id, "Cas: %s ^nDatum: %s",cas,datum)
}
That Hud Message must see only users, not admins, but that message can see ALL
__________________