17.04.2009, 19:03
ok hun i think i no what your trying to do so first add the name stock and compile. it that works you wont need the ip stock but if you get undefined sybol ip ad the second stock aswell i hope this helps
Quote:
stock PlayerName(playerid) { new name[255]; GetPlayerName(playerid, name, 255); return name; } //----------------------[ PlayerIP() ] ------------------------------- stock PlayerIP(playerid) { new ip[16]; GetPlayerIp(playerid, ip, 16); return ip; } |