06.05.2012, 22:47
You have
Somewhere in your script, you can either change your script around, or modify the function you're creating. I also recommend using a switch statement rather than a bunch of if statements.
pawn Код:
new object;
pawn Код:
switch ( object )
{
case 1550:
{
}
// ect.
}