17.07.2010, 09:47
Good tutorial, however I'm going to point out a couple of things :P
That is a big waste of cells, the max number the string can be is 63.
Also, there's no need to forward that KickLog functions, since it's not being used in a timer or such.
But nice
pawn Код:
new killstring[256];
Also, there's no need to forward that KickLog functions, since it's not being used in a timer or such.
But nice

