I see i must go to my profile in Arma,and see my ID,but i see my GUID.
I need UID for had VIP Class on the ESSV2.I have try to putt my GUID has the place of UID but doesnt work.
Thanks a lot.
Here,the parts of my Classconfig.sqf
VIP Level -
0 - Anyone can pick this class
1 - Only players with UIDs in _classLevel1 can pick this class
2 - Only players with UIDs in _classLevel2 can pick this class
3 - Only players with UIDs in _classLevel3 can pick this class
And :
_classLevel1 = ["0","0","0"];
_classLevel2 = ["0","0","0"];
_classLevel3 = ["0","0","0"];
// To give higher level VIPs access to lower level VIP classes too use +. For example:
// _classLevel2 = ["0","0","0"] + _classLevel1;
// _classLevel3 = ["0","0","0"] + _classLevel2;
Question
civodul
Hello all,
Do you know how i can find my player UID please ?
I see i must go to my profile in Arma,and see my ID,but i see my GUID.
I need UID for had VIP Class on the ESSV2.I have try to putt my GUID has the place of UID but doesnt work.
Thanks a lot.
Here,the parts of my Classconfig.sqf
And :
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now