PHP Code:
HudMessagePrint(id, szMessage[], Float:flHoldTime = 5.0)
{
set_hudmessage(80, 80, 80, 0.05, 0.80, 0, _, flHoldTime, _, _, -1)
show_hudmessage(id, szMessage)
}
HudMessagePrint(id, "Sorry. That command has been blocked.^nServer is protect
ed by C-Protection.")
__________________