09.02.2014, 09:50
Good work, although you have
... in every case. I think it would save some typing if you just put "SignCounter++;" before the "switch(signid)" and "return SignCounter;" on the bottom of the stock. (I stead of "return -1;")
pawn Code:
SignCounter++;
return SignCounter;