02.03.2015, 10:14
actully what are you trying to do ? if you get player ip on disconnect it will show as null becoz i tried that same :P i never had any idea so when i searched for it and you should too.! remember that playername maxsize is 24 why did you puted 128 ?
wrong
correct
wrong
Код:
new plname[128]; <---6311 new playersip[128]; <---6312
Код:
new plname[24]; <---6311 new playersip[16]; <---6312