16.02.2009, 17:02
Function always returns only 1 value and it could be everything, but the same type.
it's useless.
anyway it'll be simplier to create it with switch/case construction.
Edit: evil post
pawn Код:
if(h == 500)
{
return 0;
}
anyway it'll be simplier to create it with switch/case construction.
Edit: evil post