31.05.2016, 12:14
But if I do not put arrays in my ip variable it will give me an error, which is:
lines 179:
Also, what does this mean?
it is the reason why my givegun script is not working.
Код:
GM.pwn(179) : error 035: argument type mismatch (argument 2) GM.pwn(179) : error 035: argument type mismatch (argument 2)
Код:
GetPlayerName(playerid, name, sizeof(name));
GetPlayerIp(playerid, ip, sizeof(ip));
Код:
sscanf warning: Format specifier does not match parameter count.


