28.01.2012, 02:31
In this example
How to possibly do a similar thing like in example shown above?
pawn Код:
stock GetData(data)
{
switch(data)
{
case float: { bla }
case int: { bla }
case string: { bla }
}
}