• need help with leveling system
    2 replies, posted
I actually use a leveling system based on kill but since my gamemode is deathrun i want to change it so that it give me 1 exp per win, i tried alot of thing, here some of my try and error local numa = #GetAlivePlayersFromTeam( TEAM_RUNNER ) local numb = #GetAlivePlayersFromTeam( TEAM_DEATH ) if numa == 0 then gm:SetRound( ROUND_ENDING, TEAM_DEATH ) if self:IsTeam( numb ) then sao.frags = ( sao.frags or 0 ) + 1 sao.UpdateProgress() end end this one gave me an error that GetAlivePlayersFromTeam cant be used or such like its not an existing command someone please help. my exp is this value: sao.frags = ( sao.frags or 0 ) + 1 sao.UpdateProgress() this one work perfectly just need the winning team to get it. please help me
I think you should put this in the Developer Discussion
[QUOTE=MasterKenneth;45425287]I think you should put this in the Developer Discussion[/QUOTE] ok ty ima do that right now, i am a little lost on this forum sorry
Sorry, you need to Log In to post a reply to this thread.