10.09.2010, 19:04
Hello,
As my topic title says: how to check for a certain random choice? I shall give an example:
For example, I want to check if the engine is failed. How can I request that with if(engineresult == blabla) { ??
I'm sure one of you know!
Regards, Jochem
As my topic title says: how to check for a certain random choice? I shall give an example:
pawn Код:
new EngineRandom[][] =
{
{"* Engine started.", 1 },
{"* Engine start failed.", 0 }
};
I'm sure one of you know!
Regards, Jochem