View Single Post
Voi
Veteran Member
Join Date: Sep 2006
Location: Gdansk, Poland
Old 10-20-2010 , 06:29   Re: [TUT] Yet Another Introduction to Pawn
Reply With Quote #10

How use one var multiple times in IF statement when SWITCH is not possible?

For example:

if(sumvar == 666 || sumvar == 69)
or
if(sumvar == 666 && sumvar == 69)

How to shorten this ?
__________________
Voi is offline