sumano Posted November 24, 2014 Posted November 24, 2014 how to add 1player 1pc - script OnlineEvent -1,{ OnPCLoginEvent: while (1) { sleep2 60000; // if( CheckVending() ){ dispbottom "You can't use in vending. Please Relogin"; end; } if(#freereal== 60) { set #Cashpoints,#Cashpoints+1; set #freereal, 0; dispbottom "Wow You get 1 Cash.";} set #freereal, #freereal+ 1; } end; // shouldn't reach } Quote
anacondaq Posted November 26, 2014 Posted November 26, 2014 select `mac` FROM `login` WHERE account_id='"+getcharid(3)+"' Quote
Question
sumano
how to add 1player 1pc
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.