28.02.2017, 03:53
Quote:
If you declared this:
Код:
new ip[16]; Код:
GetPlayerIp(playerid, IP[playerid], 16); Also, why did you put [playerid] on side of it? It should be: Код:
GetPlayerIp(playerid,ip,16); Please, read some documentation and try to figure out your own problems, you have 1,547 posts yet you can't solve a simple warning by yourself? You need to put effort into it. |
Код:
static Name[MAX_PLAYERS][24], IP[MAX_PLAYERS][16];
Still 1 error
if (!strcmp(IP[playerid], 16, true))
Код:
(1758) : error 035: argument type mismatch (argument 2) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.