Jump to content
  • 0

Are these case sensitive ?


Sandbird

Question

Is it the same to say:

 

_callerID = _caller getVariable "characterID";

_ownerID = player getVariable["CharacterID","0"];

 

Will all these return character UID ?

 

I mean will it return the same as : _charID = _unit getVariable ["CharacterUID", "0"];       ?

 

Why does the server files have characterID and sometimes CharacterID ?

Thats wrong isnt it ?

 

 

And what is dayz_characterID   ?  

I mean wtf.....this is nuts

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

yeah its messed up, i was trying to fix friendly tag and look at this mess:

 

_ownerSmallID    = _selectCamera getVariable["characterID","0"];    //122272198
_ownerID            = _selectCamera getVariable["CharacterID","0"];   //122272198
_charID               = player getVariable ["characterID", "0"];               //19
_friendlies           = player getVariable ["friendlyTo",[]];                     //19
dayz_characterID   // 19

dayz_playerUID     // 81111958

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...