JoSchaap / GoT_Wasteland_V2.Stratis

WARNING! This repo is no longer updated, find the updated version on the A3Wasteland git! -
http://www.a3wasteland.com
11 stars 20 forks source link

disable player movement when using a store #90

Closed JoSchaap closed 11 years ago

JoSchaap commented 11 years ago

right now players can open the store dialog and move on. ill make it so players cant move while having the gunstore dialog openned

JoSchaap commented 11 years ago
  if (dialog) then 
  { 
     player enablesimulation false; 
  } else { 
     player enablesimulation true; 
  };

Now to find a nice place for it :+1:

JoSchaap commented 11 years ago

could not replicate

AgentRev commented 11 years ago

I still use the old gunstore, and I can't move either while it's open. @s3kShUn61, could you be more precise?