Waleedbhai Posted January 17, 2014 Share Posted January 17, 2014 Guys,I have User panel.Everything works Perfectly just buy map don't work,Please help and tell me which Code i have to post here so that you can help.I am not a scripter. function() nextByRedo = true end) function resetMapTimer(mapName) if mapTimer[mapName] then mapTimer[mapName] = nil showServerMsg( getRootElement(),"Map",mapName.." can be bought again!") end end function buyMapCommand(player,command,mapString) local map, errormsg = findMap( mapString ) if not map then showServerMsg( player,"Next map",errormsg) return end buyMap(player,map,true) end addCommandHandler("bm",buyMapCommand) function onMapStartingStatsReset() for _,player in ipairs(getElementsByType("player")) do respawnFix[player] = nil hunterFix[player] = nil end respawnFix = {} hunterFix = {} allowPVP() end addEvent("onMapStarting",true) addEventHandler("onMapStarting",getRootElement(),onMapStartingStatsReset) I thought this will help? Link to comment
Anubhav Posted January 17, 2014 Share Posted January 17, 2014 Man. open ur server and do /debugscript 3 and start it. give the error so i can help you. Link to comment
SpecT Posted February 5, 2014 Share Posted February 5, 2014 I can help you ! Add me in skype: toni012899 Link to comment
Anubhav Posted February 6, 2014 Share Posted February 6, 2014 Toni012899 , why to post in old topics? Pro spammer. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now