17.05.2014, 09:26
WHY? WHY would you use
This just indicates that the structure of the script is horrible! Instead of suppressing warnings, learn to indent.
Furthermore, why would you even write the functions KickEx and BanPlayer, if all they do is call one of SA-MP's functions? Why not call those functions directly?
pawn Код:
#pragma tabsize 0
Furthermore, why would you even write the functions KickEx and BanPlayer, if all they do is call one of SA-MP's functions? Why not call those functions directly?