Does ANYONE know how to do this? It's really important
How do i make it so only an owner can wield a certain item? say..d calws or... a p ring for example...
RSWL Progress
||||||||||||||||||||||||||||||||||||||
Does ANYONE know how to do this? It's really important
RSWL Progress
||||||||||||||||||||||||||||||||||||||
yes just give me a sec i will have the code.
so you mean only owner's can weild? let me right a code.
Last edited by bluefire; August 23rd, 2010 at 22:27.
just add player rights to the item or you could add a name as wel either one works
Message me if you need help i can do anything for you such as:
317 coding/staff member/idealist/GFX i do beter for others.
}
if(wearID == idnumber && playerRights != 3)
return false;
if(wearID == idnumber && q7 != 15){
sM("You must be an co-owner up.");
return false;
}
some thing like that?
@bluefire where do i put something like that?
RSWL Progress
||||||||||||||||||||||||||||||||||||||