If you have got hold of any scripts and you want to ask the experts on how to convert them to be compatible with your preferred script base, put it down here.
I'll start:
Does anyone know how to convert these scripts from WSV to GUS?
}
elseif (!spawnall == $3) && ($2 < 100) {
if ($vcmp.cmdcheck(!pass,%id) == fail) !halt
var %x = $vcmp.location($2).x
var %y = $vcmp.location($2).y
var %z = $calc($vcmp.location($2).z - 1.12)
var %a = 1,%b = 1
if (!$4) {
while (%a <= %vcmp.vehicles) {
!inc %b 2.6
vcmp.setvehicleloc %a $calc(%x + %b) %y %z
!inc %a
}
}
elseif ($4) {
while (%a <= %vcmp.vehicles) {
if ($4 isin $hget(vcmp.config.Cars,%a)) {
!inc %b 2.6
vcmp.setvehicleloc %a $calc(%x + %b) %y %z
}
!inc %a
}
}
I tried but it is no where near complete. Please can someone help me please?