Need Help
#1

how can i declare this because i get 2 error from the line

Код:
PlayerInfo[playerid][pCountry] = country;
I use plugin that trace country from ip so i don't need to declare country...

whole code
Код:
public OnRetrieveIpLocation(playerid, country[])
{
	new pname[MAX_PLAYER_NAME], ip[16];
	GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
    GetPlayerIp(playerid, ip, sizeof(ip));
    new ping = GetPlayerPing(playerid);
	format( Welcome, sizeof(Welcome), "[SERVER] {FF6600}%s{FFFFFF}(%i) Has Join The Server From {FFAC75}%s | {FFAC75}%s | {FFAC75}%i |", pname, playerid, country, ip, ping);
	PlayerInfo[playerid][pCountry] = country;
	return 1;
}
Reply


Messages In This Thread
Need Help - by Armageddonz - 07.06.2015, 05:46
Re: Need Help - by FplayerGR - 07.06.2015, 05:50
Re: Need Help - by Armageddonz - 07.06.2015, 06:05
Re: Need Help - by Armageddonz - 07.06.2015, 06:10

Forum Jump:


Users browsing this thread: 2 Guest(s)