04.04.2010, 11:15
HI,
How can i make that command id i execute like /job1 , than it moves Job to me , or how can I find these Fucking jobs anyway on the Script
I have found this
Its in estonia , but some of the jobs are similar to english , i think you can understand
How can i make that command id i execute like /job1 , than it moves Job to me , or how can I find these Fucking jobs anyway on the Script
I have found this
Its in estonia , but some of the jobs are similar to english , i think you can understand

Код:
if(PlayerInfo[targetid][pJob] == 1) { jtext = "Detektiiv"; } // V //else if(PlayerInfo[targetid][pJob] == 2) { jtext = "Advokaat"; }// X //else if(PlayerInfo[targetid][pJob] == 3) { jtext = "Hoor"; }// X //else if(PlayerInfo[targetid][pJob] == 4) { jtext = "Narko Diiler";}// X else if(PlayerInfo[targetid][pJob] == 5) { jtext = "AutoVaras"; }// V //else if(PlayerInfo[targetid][pJob] == 6) { jtext = "Reporter"; }// X else if(PlayerInfo[targetid][pJob] == 7) { jtext = "Mehaanik"; }// V //else if(PlayerInfo[targetid][pJob] == 8) { jtext = "Ihukaitsja"; }// X //else if(PlayerInfo[targetid][pJob] == 9) { jtext = "Relva Diiler"; }// V //else if(PlayerInfo[targetid][pJob] == 10) { jtext = "Auto Diiler"; }// X else if(PlayerInfo[targetid][pJob] == 12) { jtext = "Poksija"; }// V else if(PlayerInfo[targetid][pJob] == 14) { jtext = "Bussijuht"; }// V else if(PlayerInfo[targetid][pJob] == 16) { jtext = "Veokajuht"; }// V else if(PlayerInfo[targetid][pJob] == 17) { jtext = "PizzaPoiss"; }// V else if(PlayerInfo[targetid][pJob] == 18) { jtext = "Farmer"; }// V else if(PlayerInfo[targetid][pJob] == 19) { jtext = "Narko Farmer"; }// V else if(PlayerInfo[targetid][pJob] == 20) { jtext = "Narko Diiler"; }// V else if(PlayerInfo[targetid][pJob] == 21) { jtext = "Tдnavapuhastaja"; }// ???? else if(PlayerInfo[targetid][pJob] == 22) { jtext = "Matsi smuugeldaja"; } else if(PlayerInfo[targetid][pJob] == 23) { jtext = "Relva Valmistaja"; } else if(PlayerInfo[targetid][pJob] == 26) { jtext = "Prьgivedu AS"; } else if(PlayerInfo[targetid][pJob] == 27) { jtext = "Dozer "; } else { jtext = "None"; }