View Single Post
Excalibur.007
Veteran Member
Join Date: Sep 2009
Location: Singapore
Old 12-15-2010 , 05:30   Re: Ingame Model Viewer 1.2b
Reply With Quote #9

By look, it looks good.

But use english in your plugin please.

PHP Code:
set_fail_state("Error: mv_models.ini no encontrado.")
set_fail_state("Error: mv_models.ini no contiene nada"
PHP Code:
register_clcmd("say /MVp""check_create_ent")
register_clcmd("say /MVp2""check_create_ent2")
register_clcmd("say /MVpmenu""show_menu_mvp")

register_clcmd("say /MVvmenu""show_menu_mvv")
register_clcmd("say /MV""client_disconnect"
why not hook everything in just one function? ?

PHP Code:
register_clcmd("say""12345"
then check for the arguments.

Last edited by Excalibur.007; 12-15-2010 at 05:34.
Excalibur.007 is offline