28.03.2015, 02:46
Quote:
::Nevermind::
It's fixed! I just had to put %s instead of %i. But can you explain me, How should I know ip is a %s(tring) and not %i(nteger) because integer has to do with numbers, but so does an ip lol. |
pawn Код:
new playerip[20];
GetPlayerIp(playerid, playerip, sizeof(playerip));