20.07.2012, 06:29 
	
	
	
		How to make this
Into a dialog Please Help i will +Reputation you. 
I been trying to found out how to do this but its hard.
Like i need to make it say "Your Ip Address: %s"
"Close"
	
	
	
Код:
    new tmp3[50];
    GetPlayerIp(playerid,tmp3,50);
    format( string, sizeof( string ),"Your IP Addres: %s",tmp3 );
I been trying to found out how to do this but its hard.
Like i need to make it say "Your Ip Address: %s"
"Close"


