String formating
#2

It should work:
pawn Код:
public GeoIPLookingFor( playerid, response_code, data[ ] )
{
    new
        sz_Country[ 32 ]
    ;
    strmid( sz_Country, data, 9, strfind( data, "City:", false ) - 1 );
    SetPVarString( playerid, "Player_Country", sz_Country );
    return 1;
}
Reply


Messages In This Thread
String formating - by ajwar - 01.11.2013, 10:29
Re: String formating - by Konstantinos - 01.11.2013, 10:45
Re: String formating - by ajwar - 01.11.2013, 11:39
Re: String formating - by Konstantinos - 01.11.2013, 11:49

Forum Jump:


Users browsing this thread: 1 Guest(s)