kitty14 Posted March 15, 2014 Share Posted March 15, 2014 pede po bang gawing LEVEL 1 ANG lahat ng GM tapos novice lang??ung di sila makaka level up, at isang char lang magagawa nila. hindi 9 slot. kundi 1 slot lang . para po kasi di sila papalit2 ng name. pano po ba?? hehehehe Quote Link to comment Share on other sites More sharing options...
Patskie Posted March 15, 2014 Share Posted March 15, 2014 - script sample -1,{ OnPCBaseLvUpEvent: if ( getgmlevel() ) BaseLevel = 1; end; } Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 15, 2014 Share Posted March 15, 2014 - script 1charonly -1,{ OnPCLoginEvent: if(getgroupid() > 2 && getgroupid() < 5) { if(!#CharMade$) #CharMade$ = strcharinfo(0); else if (#CharMade$ != strcharinfo(0)) atcommand "@kick "+strcharinfo(0); } end; } Quote Link to comment Share on other sites More sharing options...
Patskie Posted March 15, 2014 Share Posted March 15, 2014 Will result to an error. if(!#CharMade$) #CharMade$ = strcharinfo(0); @TS : Need to have a source mod for your request Quote Link to comment Share on other sites More sharing options...
kitty14 Posted March 15, 2014 Author Share Posted March 15, 2014 panu po ba? Confuse ako.. THANKS PATSKIE AND SANDBOX FOR THE RESPONSE! Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 16, 2014 Share Posted March 16, 2014 Will result to an error. if(!#CharMade$) #CharMade$ = strcharinfo(0); @TS : Need to have a source mod for your request Really? Sorry, I can't test my scripts for logical errors ingame, only syntax errors @kitty14 did you test it? =/ Quote Link to comment Share on other sites More sharing options...
kitty14 Posted March 17, 2014 Author Share Posted March 17, 2014 havent try yet, sorry. nag reremove pa ko mga GM. Quote Link to comment Share on other sites More sharing options...