1
mIRC/pawn Scripting / Re: How to script
« on: October 28, 2008, 09:14:30 am »
What kind of script you will be using give detalis than w can help u...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
on *:SIGNAL:WSV.pickuphit: {
if ($4 == 406) || ($4 == 407) { WSV.respawnpickup $3 | WSV.propinfo $2 $3 }
elseif ($4 == 382) { WSV.respawnpickup $3 | WSV.endrace $1- }
else { WSV.msg $2 Pickup ID: $3 $+ , Pickup Type: $4 }
}
on *:SIGNAL:WSV.pickuphit: {
if ($4 == 406) || ($4 == 407) { WSV.respawnpickup $3 | WSV.propinfo $2 $3 }
elseif ($4 == 382) { WSV.respawnpickup $3 | WSV.endrace $1- }
else { WSV.msg $2 Pickup ID: $3 $+ , Pickup Type: $4 }
}
elseif ($3 == 508) {
WSV.msg $2 You pickup a teletransport pickup! I will transport you to Upside
WSV.setlocation $2 -868.671265 -116.157364 11.100804
}
elseif (dump == $3) {
WSV.setvehicleloc $WSV.vehiclename($2) 152.694636 -11.227704 102.503616
}
elseif (dump == $3) { WSV.setvehicleloc $WSV.vehicle($WSV.id($4)) 152.694636 -11.227704 102.503616 }
elseif (getc == $3) {