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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...