Mess with dialog buttons
#7

No... instead of doing this:

pawn Код:
if(..)
else if(..)
else if(..)
else if(..)
else
You can do this:

pawn Код:
switch(..)
case 0:
case 1:
case 2:
default:
https://sampwiki.blast.hk/wiki/Switch#switch
Reply


Messages In This Thread
Mess with dialog buttons - by davve95 - 08.08.2013, 19:13
Re: Mess with dialog buttons - by Elysian` - 08.08.2013, 19:17
Re: Mess with dialog buttons - by niels44 - 08.08.2013, 19:20
Re: Mess with dialog buttons - by ThePhenix - 08.08.2013, 19:22
Re: Mess with dialog buttons - by Scenario - 08.08.2013, 19:26
Re: Mess with dialog buttons - by davve95 - 08.08.2013, 20:19
Re: Mess with dialog buttons - by Scenario - 08.08.2013, 20:25
Re: Mess with dialog buttons - by Elysian` - 08.08.2013, 20:26
Re: Mess with dialog buttons - by davve95 - 18.08.2013, 14:57
Re: Mess with dialog buttons - by Scenario - 19.08.2013, 13:33

Forum Jump:


Users browsing this thread: 2 Guest(s)