31.03.2011, 01:02
..........................................
Stupidity these days.
Scroll down in the code in the original post.
Stupidity these days.
Scroll down in the code in the original post.
pawn Код:
stock GetName(playerid)
{
new pName[24];
GetPlayerName(playerid, pName, sizeof(pName));
return pName;
}