Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.25 KB | None | 0 0
  1. span class="re5"> configType = "";
  2. if((cursorTarget isKindOf "landVehicle")) then {
  3. _string = "UPR_Interaction_Vehicle_";
  4. _sideString = (player getVariable "side");
  5. _configtype = _string + _sideString;
  6. configtype  = _configtype;
  7. };
  8. hint format ["%1",configtype];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement