Problem with converting
#2

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
Код:
	new plname[128];                                             <---6311
	new playersip[128];                                           <---6312
correct

Код:
	new plname[24];                                             <---6311
	new playersip[16];                                           <---6312
Reply


Messages In This Thread
Converting problem Please Help Me - by Vladimir124 - 02.03.2015, 10:09
Re: Problem with converting - by JeaSon - 02.03.2015, 10:14
Re: Problem with converting - by Vladimir124 - 02.03.2015, 10:20
Re: Problem with converting - by JeaSon - 02.03.2015, 10:25
Re: Problem with converting - by ATGOggy - 02.03.2015, 10:26
Re: Problem with converting - by Vladimir124 - 02.03.2015, 10:43

Forum Jump:


Users browsing this thread: 1 Guest(s)