19.05.2010, 00:32
Quote:
Originally Posted by cAMo
I'm not too familiar with GetTickCount, but I did look it up.
Would GetTickCount be better than doing something like: OnPlayerText { if(String_Count < 5) { String_Count ++; return 1; } else { return 0; } } Then have a 1 second timer: String_Count --; Note: Obviously this doesn't work, but which method would you recommend? Timer or Tick? |
EDIT:
I dont know what your doing with that code, when i said flood protection, i mean make it so they cant come on your server with a little VB script and spend a ton of messages.