Problem(error/warning): Ništa
Dio skripte: [pawn]forward GetPlayerCountry(index, response_code, data[]);
public GetPlayerCountry(index, response_code, data[])
{
new buffer[358];
if(response_code == 200)
{
new str[256], city[3], country[50], ippp[30], pName[MAX_PLAYER_NAME];
GetPlayerName(index, pName, sizeof(pName));
GetPlayerIp(index, ippp, 24);
format(buffer, sizeof(buffer), "%s", data);
strmid(str, buffer, 4, strlen(buffer)); // Cutting the 'OK' response...
strmid(city, str, strfind(str, ";", true) + 1, strfind(str, ";", true) + 3); // Getting City
strmid(country, str, strfind(str, ";", true) + 4, strlen(buffer)); // Getting Country
format(str, 256, "[ CONNECT ] - Ime igraÄa %s Zemlja - "CRVENA"%s", pName , country);
SendAdminMessage(0xFFFF80C8, str);
}
else
{
new str[300], pName[MAX_PLAYER_NAME];
GetPlayerName(index, pName, sizeof(pName));
#if defined ALWAYS_RESPONSE
new IP[30];
GetPlayerIp(index, IP, sizeof(IP));
format(str, sizeof(str),"api.ipinfodb.com/v3/ip-country/?key="APIKEY"&ip=%s", IP);
HTTP(index, HTTP_GET, str, "", "GetPlayerCountry");
#else // Normal message, without country
format(str, 120, "%s {FAFAFA}je usao na server.", pName);
AdminGameMaster(GetPlayerColor(index), str);
#endif
}
}[/pawn]
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): [ code ]vaš odgovor[ /code ]
Slika/video ingame problema(obavezno ako je ingame problem): link slike
ZnaÄi, da objasnim, problem je u tome Å¡to kad uÄ'em na server (hostovan na hostingu), prikazuje mi Connect da sam se konektovao ali netaÄne informacije Å¡alje:
PoÅ¡alje mi Ime igraÄa da je taÄno, ID: random neki id bubne 66, 76, 71, Zemlja - i kad se treba pojavit zemlja tu niÅ¡ta ne piÅ¡e
Dole ip adressa radi ali Zemlja i ID NE
BUMP, prošlo 24h...
Mrsko mi da nagadjam , posalji mi pwn fajl i pawno da pregledam sve.
Ne brini neam pametnija posla nego da cuvam tudje modove i skripte , dosta mi mog posla 8)
imas na mom fbu Skorpija Bratt u folderu sistemi za objaviti imas geo ip i tacan je skroz :D
http://forum.sa-mp.com/showthread.php?t=605326
API key?
http://forum.sa-mp.com/showthread.php?t=296171
http://forum.sa-mp.com/showthread.php?t=436115
Citat: buLLeT_ poslato Jul 05, 2018, 20:09:44 POSLE PODNE
http://forum.sa-mp.com/showthread.php?t=605326
API key?
http://forum.sa-mp.com/showthread.php?t=296171
http://forum.sa-mp.com/showthread.php?t=436115
Imam APIKEY
@Skorpija Vidjet ću hvala :D