View Single Post
  #1  
Old 01-07-2002, 02:06 AM
la_builder la_builder is offline
Registered User
Join Date: Jan 2002
Location: Holland
Posts: 154
la_builder is on a distinguished road
Question how can i fix this

Ok i wanted to make something like a craft system bud it lags as hell because of a part in da script and its not my computer bud the script this is the script plz fix it

if (playerenters) {message Free Table;hide;}
if (actionmining) {this.User=#a;this.Mine=this.Mine+1; message #v(this.Mine)% by #v(this.User);sleep 0;}
if (this.User=#a) {
if (this.Mine=100) {setimg fossil.gif;this.Mine=this.Mine-100;toweapons Rock;hide;destroy;message Free Table;}}
Reply With Quote