GetPlayerName and ID stock
#1

Can I make a stock that returns both the Name and ID of the player?
I made this but doesn't work ingame.
pawn Код:
stock GetPnameid()
{
    new pname[52],pid;
    GetPlayerName(pid, pname, sizeof(pname));
   
    return pname, pid;
}
Reply


Messages In This Thread
GetPlayerName and ID stock - by emokidx - 20.02.2013, 12:00
Re : GetPlayerName and ID stock - by lelemaster - 20.02.2013, 12:06
Re: GetPlayerName and ID stock - by emokidx - 20.02.2013, 12:17

Forum Jump:


Users browsing this thread: 1 Guest(s)