Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Permission probleme
Post: RE: Permission probleme

Sorry for bad Section ^^ Ok but how make a permission level to my plugin without "RecommendedGroups" ?
Infinity-Codeur Plugin Discussion 6 5,859 02-16-2015, 07:38 PM
    Thread: Permission probleme
Post: RE: Permission probleme

Oh my god i'm so sorry for that :/ But i have a other error :p [shcode=lua]RecommendedGroups = "vips",[/shcode] If i put "vip, VIP, vips or VIPS" every time i get this error " you have not permiss...
Infinity-Codeur Plugin Discussion 6 5,859 02-16-2015, 06:51 PM
    Thread: Permission probleme
Post: Permission probleme

Hello, My first plugin advance but i have probleme which permission this my code of Info.lua : [shcode=lua]-- Info.lua -- Implements the g_PluginInfo standard plugin description g_PluginInfo = { ...
Infinity-Codeur Plugin Discussion 6 5,859 02-16-2015, 09:39 AM
    Thread: Need help to my first plugin ^^
Post: RE: Need help to my first plugin ^^

Thank a lot my probleme is fixed ! edit : Now i want to add to my script a condition if player don't have position saved my code : Code: -- if PlayerPos[Player:GetUniqueID()] != 0 then Play...
Infinity-Codeur Plugin Discussion 5 5,328 02-16-2015, 05:08 AM
    Thread: Need help to my first plugin ^^
Post: RE: Need help to my first plugin ^^

Thank the 2 commands work ! ^^ This is my new code : [shcode=lua] PlayerPos = {} function Initialize(Plugin) PLUGIN = Plugin Plugin:SetName("Position") Plugin:SetVersion(1) --Command cPluginManag...
Infinity-Codeur Plugin Discussion 5 5,328 02-16-2015, 05:03 AM
    Thread: Need help to my first plugin ^^
Post: Need help to my first plugin ^^

Hello everyone, I try to create my first plugin for McServer :p My project add 2 comands "/getposition" ant "getTp" /getposition save the x,y,z position of player /getTp teleport to x,y,z ...
Infinity-Codeur Plugin Discussion 5 5,328 02-16-2015, 04:14 AM