Home   Help Search Login Register  

Author Topic: GPS FOR ONLY A FEW PEOPLE  (Read 955 times)

0 Members and 1 Guest are viewing this topic.

Offline ZNorQ

  • Members
  • *
  • ehr... uhm... duh...
GPS FOR ONLY A FEW PEOPLE
« on: 18 Jun 2004, 16:47:51 »
Is it possible to give the GPS for only a few people in multiplayer games?
I know about the description.ext where you set up if you want the GPS or not. I also know about showGps, but I can't make that command work. If I use "showGPS =  1" (without the quotes ofcourse) in my description.ext, I get the GPS, but if I try using some sort of a filter for different players using showGPS false - that doesn't work. Here's an example;

DESCRIPTION.EXT;
Code: [Select]
showGPS =  1
A TRIGGER IN MY MISSION;
Activationfield;
Code: [Select]
player == aP2Executionfield;
Code: [Select]
showGps false
There are 2 players - aP1 and aP2. If you are player aP2 - you don't get GPS.

Any ideas what I'm doing wrong?

ZNorQ

« Last Edit: 18 Jun 2004, 16:48:23 by ZNorQ »

Offline ZNorQ

  • Members
  • *
  • ehr... uhm... duh...
Re:GPS FOR ONLY A FEW PEOPLE
« Reply #1 on: 18 Jun 2004, 16:53:01 »
Argh! All of a sudden it works! Sometimes I just don't get ofp...  >:( Sorry for bathering you ppl!

ZNorQ