View Single Post
  #12  
Old 07-06-2011, 01:19 PM
Trakan Trakan is offline
It's all about cats!
Trakan's Avatar
Join Date: Sep 2010
Location: France
Posts: 64
Trakan is an unknown quantity at this point
New problem , i make a tool for king of a town , my flags does not work , if i say /add , it's say it work ! but i not got xen tag !
PHP Code:
// Scripté par Trakan :D
//#CLIENTSIDE
//Pour Xenos
if (clientr.towntag == Xen) {
 if (
clientr.towntagrank == Guerrier) {
function 
onPlayerChats() {
  switch (
player.chat) {
    case 
"/add": {
    
player.chat = "Work!";
    } else {
    
player.chat = "not work !";
    }
   }
  }
 }
} 
And else {
does not work
Reply With Quote