7.3 permission

04/28/2012 18:30 sdone#1
what i have to change that is works?
04/28/2012 19:22 gruce#2
permission to 100
04/28/2012 20:21 Toxic'#3


Not Hard :D
05/05/2012 14:29 swtib91#4
How to add 100 to permission? I have only this [Only registered and activated users can see links. Click Here To Register...]
05/06/2012 13:34 johhnyxD#5
Quote:
Originally Posted by swtib91 View Post
How to add 100 to permission? I have only this [Only registered and activated users can see links. Click Here To Register...]
execute this query [Only registered and activated users can see links. Click Here To Register...]
and this query:
Code:
Use Telecaster

UPDATE dbo.AllowedCommandsForPermission
SET permission = 100
WHERE permission = 1
05/06/2012 14:37 swtib91#6
Thanks you !!
05/06/2012 15:06 c1ph3r#7
You don't need the update skript! The permission value only have to be the same in dbo.AllowedCommandsForPermission and dbo.Character.

I posted a script which set permission to 1 for those who didn't get that point and were using the infinite files cause permission is set to 500 in these files. You do not have to use the update-command it's completely useless! Only thing you have to understand is the values in the permission field have to be the same in dbo.AllowedCommandsForPermission and for the Char in dbo.Character to allow a player to run the gm-command.