MySQL minor issue
#5

Figured out the issue.

It was regarding the following code:

pawn Код:
format(PlayerInfo[playerid][pIP], 20, "%s", PlayerIP(playerid));

stock PlayerIP(playerid){
    new IP[20];
    GetPlayerIp(playerid, IP, sizeof(IP));
    return IP;
}
Somehow, it was setting different settings than it should have been
Reply


Messages In This Thread
MySQL minor issue - by RedCounty - 11.11.2015, 11:02
Re: MySQL minor issue - by Vince - 11.11.2015, 11:09
Re: MySQL minor issue - by RedCounty - 11.11.2015, 11:11
Re: MySQL minor issue - by RedCounty - 11.11.2015, 11:16
Re: MySQL minor issue - by RedCounty - 11.11.2015, 11:32

Forum Jump:


Users browsing this thread: 1 Guest(s)