View Single Post
  #3  
Old 01-22-2012, 08:01 PM
Pelikano Pelikano is offline
Registered User
Pelikano's Avatar
Join Date: Oct 2008
Posts: 1,133
Pelikano has a little shameless behaviour in the past
Well it's pretty obvious that if you place a player.chat = "bla"; before an else if that your code will break:

PHP Code:
if (bla) {

}
player.chat "hi";
else if (
bla2) {


This will obviously not work... so I don't think that it has anything to do with your syntax really lol
Reply With Quote