Help here
#3

You have

pawn Код:
new object;
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 Код:
switch ( object )
{
case 1550:
{
}
// ect.
}
Reply


Messages In This Thread
Help here - by N0FeaR - 06.05.2012, 22:08
Re: Help here - by ReneG - 06.05.2012, 22:27
Re: Help here - by 2KY - 06.05.2012, 22:47

Forum Jump:


Users browsing this thread: 1 Guest(s)