View Single Post
  #1  
Old 04-28-2012, 03:51 AM
skillmaster19 skillmaster19 is offline
Registered User
Join Date: Oct 2010
Posts: 392
skillmaster19 will become famous soon enough
swear filter code censoring

Basically whenever someone posts a script with the event that is called when someone hits an npc, that function name is censored, even when in php code.(because of sh*t being in it)
PHP Code:
function onwa****(){

//stuff

can an exception be added for when onwa**** is used in code, combined together?
Reply With Quote