Home   Help Search Login Register  

Author Topic: lockwp problem ...  (Read 1164 times)

0 Members and 3 Guests are viewing this topic.

duckwilliamson

  • Guest
lockwp problem ...
« on: 02 Sep 2003, 00:57:01 »
I have a problem which I don't know the origin of ...
My problem is the lockwp command and it not working on a specific map ...

I've tested the command on another map where I just have me and a few wp's that are locked ... This worked fine
I checked out all the addons I use (threw them on the other map) and there was no problem
I took a scan through all the sqs and sqm files searching for lockwp commands (and locked) -- every lockwp i found was "player lockwp true" then a condition then "player lockwp false"
I figured there could be a wrong somewhere in a script that i looked over so i added a "player lockwp true" to the very first wp that runs and it didn't work ... (for some reason it worked on 1 of five tries i made ... i repeated the exact same thing for another trial and it didn't work)

So if anyone can help me or give suggestions on debugging or if anyone has had lockwp problems before please reply ...
Your help is greatly appreciated -- thx in advance.

Offline Killswitch

  • Members
  • *
  • Peace, cheese and ArmA
Re:lockwp problem ...
« Reply #1 on: 15 Sep 2003, 13:46:37 »
Does changing unit lockWP <true|false> to (group unit) lockWP <true|false> help? I.e, try
Code: [Select]
(group player) lockWP true    and then...  (group player) lockWP false

duckwilliamson

  • Guest
Re:lockwp problem ...
« Reply #2 on: 19 Sep 2003, 21:05:18 »
well i don't know what happened ... but it now works ...
i just opened it up again to try out Killswitch's idea ... and it worked before i incorporated it ... ?

so i don't know -- but thx to killswitch and anyone else who bothered to try and help i thank you  ;D