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