mcfly_98
-
Content Count
4 -
Joined
-
Last visited
-
Medals
Posts posted by mcfly_98
-
-
Hiho,
i just started with some practise in Arma 2 scripting.
The task is to read the players ip and write it to the report file.
But can't find any information where the ip adress ist stored. I tried
diag_log player;
But this returned only the classname.
Is there any way to print out the classmembers?
And second does the player object hold the ip adress?
Thanks for your help..
cu...
-
Hello,
i have a small problem with the new domination 2.62 missions.
The domination menues are now at the team key "t". But when i use it to show the status the debriefing screen pops up and i must select a role.
Can you help me please?
To admin: please delete the other thread. Its title is messed up.
cu...
-
Hello,
i have a small problem with the new domination 2.62 missions.
The domination menues are now at the team key "t". But when i use it to show the status the debriefing screen pops up and i must select a role.
Can you help me please?
Sorry for the threadtitle. It's an accident with the recaptcha string.
cu...
Determine Players IP
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted · Edited by mcfly_98
Thanks for your replies.
At the end of the project i want to write a script that allows players only that are in teamspeak to use the vehicles.
I think that is not possible with rcon commands.
I tought that the object player has classmembers, like "name" or "pos". I was hoping that there is a member like "ip" or "adress". But to search for, i need a tool.
What i'am searching for is a "print_r" for Arma. ;)
cu...