View Single Post
  #1  
Old 12-17-2005, 01:45 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Exclamation Resolved: Bad Script -> Access violation

Found a problem on UN, having the following bad code in a weapon will produce an access violation:

NPC Code:
//#CLIENTSIDE
if (created) {
if (true) {
}
else {
}
else {
}
}

Reply With Quote