06.04.2010, 12:43
Quote:
Originally Posted by Щә яә Ґя
An optimisation of this plugin will be awsome ... :
First of all , why did you used charcater '_' ? And at for loops , why at top of script , you didn't declared a s ? int s; In your plugin , you declared s for 22 times And at arrays , it was so hard to count how much numbers did you wrote ? pawn Code:
|
( int IsAValidSkinID(int _id) { if(_id >= 0 && _id <= 28 return 1; return 0; } )
Why would it matter? It's just a underscore before the variable, it won't effect it at all. Also, the int s thing, i'll change around. In the arrays, why would it matter? It still did the same thing, sizeof(Airplanes), It was just easier.