Raised This Month: $ Target: $400
 0% 

User Frags


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
totalcsscripting
BANNED
Join Date: Jul 2010
Old 08-05-2010 , 18:32   User Frags
Reply With Quote #1

PHP Code:
public plugin_init()
{
register_concmd("chaleco","cmd_armor",ADMIN_SLAY,"")
    return 
PLUGIN_CONTINUE
}

public 
cmd_armor(idlevelcid)
{
     if (!
cmd_access(idlevelcid3))
        return 
PLUGIN_HANDLED
         
     
new Arg1[24]
     new 
Arg2[4]
     
read_argv(1Arg123)
     
read_argv(2Arg23)
 
     new 
Armor str_to_num(Arg2)
     
     new 
player cmd_target(idArg17)
     if (!
player)
     {
               
console_print(id""Arg1)
               return 
PLUGIN_HANDLED
     
} else {
               
set_user_armor(playerArmor)
     }
 
     return 
PLUGIN_HANDLED

I want that user can apply it. Not only admins.
I mean, anyone can set his armor by himself in the console.

Is that possible?

Thankss
totalcsscripting is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:14.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode