2 ifs behind eachother?
#1

hi , how can you do 2 ifs behind eachother
i want like if z > 239080239 { setplayerpos

but i want it like

if mode == 1 z = 23923 and if mode == 2 z = 2323

example
Код:
if(mode == 1)
            {
                if(z < 14.5468)
                    
            {
 
        else if(mode == 2)
          {
                if(z < 176.4747)
 
            {
But how do i do this?:S
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)