16.07.2013, 10:33
Well for starters I already have a stock for pIP:
It also still returns that 1 error. The error comes strictly from this line:
Also I cant use pname cause i get error "already defined"
Код:
stock pIP(playerid) { new pIP[16]; GetPlayerIP(playerid,pIP,sizeof(pIP)); return pIP; }
Код:
format(string,sizeof(string),"[ADM]%s connected with IP %s",pname,pIP);