Check Inventory

Allows admin to check the inventory of a player

Total Downloads: 1,559 - First Release: May 30, 2015 - Last Update: May 30, 2015

5/5, 6 likes
  1. yeah the guest group does exist :p
    and thank you so much !!!!!!!! :D
    [DOUBLEPOST=1494258024][/DOUBLEPOST]damn so a new issue occured.

    the working line that was in use before:
    Code:
    if (player.HasPermission("guest") 
    but then i did this:
    Code:
    if (player.HasPermission("guest") || (player.HasPermission("admin"))
    and when i did that the response was:

    "unknown command /checkinv"
    how come?

    also i noticed: we dont have a group called guest. we have "default" however.
    idk who put "guest" there in first place but somehow that was working.


    but combining that with admin makes it an unknown command..



    however i noticed line above was lacking a ")"

    but should i do:
    Code:
                if (player.HasPermission("Guest")) || (player.HasPermission("admin"))or        
    ( player.HasPermission("Guest") || player.HasPermission("admin") )?


    edit:
    used this line:
    ( player.HasPermission("Guest") || player.HasPermission("admin") )


    this resulted in: players, mods and head_mod can use the function. but not admin.
     
    Last edited by a moderator: May 8, 2017
  2. hey wulf could you link me the reign of king profanity plugin it seams to be gone and i cant find the script anywere or the provider who made it thanks
     
  3. Wulf

    Wulf Community Admin

    Look under the Universal Plugins section.
     
  4. located where on oxcide page ?
     
  5. Hey, the checkinv seems to work but only on user names that have a single word. For a username that has a couple of words it just says invalid argument. Am i missing something? I have tried copying the username and doing /checkinv [pasting username] still doesnt work. Any help would be geat