Checking if engine is on or off
#4

You could use a switch, then cases.

pawn Код:
if(engine == 0)

// turns to

switch(engine)
{
case 0:
{
//code//
}
}
Reply


Messages In This Thread
Checking if engine is on or off - by Tom1412 - 16.09.2013, 12:49
Re: Checking if engine is on or off - by Isolated - 16.09.2013, 12:52
Re: Checking if engine is on or off - by Tom1412 - 16.09.2013, 12:57
Re: Checking if engine is on or off - by Isolated - 16.09.2013, 13:08
Re: Checking if engine is on or off - by Tom1412 - 16.09.2013, 14:33
Re: Checking if engine is on or off - by xganyx - 16.09.2013, 14:58

Forum Jump:


Users browsing this thread: 2 Guest(s)