Little help please?!
#5

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;
}

Reply


Messages In This Thread
Little help please?! - by karla - 17.04.2009, 10:35
Re: Little help please?! - by karla - 17.04.2009, 15:16
Re: Little help please?! - by linxx - 17.04.2009, 15:21
Re: Little help please?! - by karla - 17.04.2009, 16:10
Re: Little help please?! - by linxx - 17.04.2009, 19:03
Re: Little help please?! - by karla - 17.04.2009, 19:16

Forum Jump:


Users browsing this thread: 6 Guest(s)