View Single Post
  #1  
Old 04-23-2007, 12:56 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Question whats wrong with my script?

I have an online tile editor that i want to be only usable when your in thies 4 rooms. It works with one room but not with 4:
PHP Code:
if ( weaponfired ) {
if (
strequals(#L,room1.nw||#L,room2.nw||#L,room3.nw||#L,room3.nw)) { 
__________________
**FLIP OUT**
Reply With Quote