Auto Login
#5

Quote:
Originally Posted by Troydere
Посмотреть сообщение
If you declared this:

Код:
new ip[16];
lowercase, why do you call for it:

Код:
GetPlayerIp(playerid, IP[playerid], 16);
uppercase?

Also, why did you put [playerid] on side of it? It should be:

Код:
GetPlayerIp(playerid,ip,16);
https://sampwiki.blast.hk/wiki/GetPlayerIp

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.
I don't need that. it already needed
Код:
static Name[MAX_PLAYERS][24], IP[MAX_PLAYERS][16];
Look back at the code.




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.
Reply


Messages In This Thread
Auto Login - by DerickClark - 27.02.2017, 23:00
Re: Auto Login - by X337 - 28.02.2017, 02:25
Re: Auto Login - by DerickClark - 28.02.2017, 03:44
Re: Auto Login - by Toroi - 28.02.2017, 03:50
Re: Auto Login - by DerickClark - 28.02.2017, 03:53
Re: Auto Login - by Toroi - 28.02.2017, 03:58
Re: Auto Login - by DerickClark - 28.02.2017, 03:59
Re: Auto Login - by Toroi - 28.02.2017, 04:02
Re: Auto Login - by DerickClark - 28.02.2017, 04:07
Re: Auto Login - by Toroi - 28.02.2017, 04:17

Forum Jump:


Users browsing this thread: 1 Guest(s)