View Single Post
Dores
Veteran Member
Join Date: Jun 2008
Location: You really don't wanna know...
Old 08-14-2008 , 19:23   Re: Award Grenades
Reply With Quote #9

connorr you're such a cocky

Sam Tsuki, this:

PHP Code:
if(equal(arg1"")) {
  
console_print(id"[AG] Usage: give_nade <name> <nade he,fb,sg> <amount 1,2>")
  return 
PLUGIN_HANDLED
 

does the same as:
PHP Code:
register_concmd("give_nade""give_nade"ADMIN_LEVEL_D"<name> <nade he,fb,sg> <amount 1,2>"
it will print the usage if nothing was put while used the console command.

same for the other concmd.
__________________
O o
/Ż________________________
| IMMA FIRIN' MAH LAZOR!!!
\_ŻŻŻ

Last edited by Dores; 08-14-2008 at 19:26.
Dores is offline