Example:
I started 2 servers
1) 123.456.789:5121
2) 123.456.789:5122
I would like to jump the player from ip:5121 to ip:5122 is possible?
Thanks you
Example:
I started 2 servers
1) 123.456.789:5121
2) 123.456.789:5122
I would like to jump the player from ip:5121 to ip:5122 is possible?
Thanks you
Many thanks... ![]()
How to get my server IP in nwscript?
How to get my server IP in nwscript?
GetPCIPAddress()
GetPCIPAddress()
Are you refering to object oMod = GetModule(); string sIP = GetPCIPAddress(oMod)?
How to get my server IP in nwscript?
i dont think you can you need to write it manually
Are you refering to object oMod = GetModule(); string sIP = GetPCIPAddress(oMod)?
I see what you mean now, GetPCIPAddress() returns the IP of the logging player only. I have checked several nwnx plugins(Windows) but found nothing about server IP. Like Shadooow said, must be written manually.
Kato