15.09.2012, 13:05
Use this
Instructions to use it.
1.Copy this
2.Paste it anywhere in your server script OUTSIDE a callback.
3.Compile
pawn Код:
stock GetName(playerid)
{
new getthename[MAX_PLAYER_NAME];
GetPlayerName(playerid,getthename,sizeof(getthename));
return getthename;
}
1.Copy this
2.Paste it anywhere in your server script OUTSIDE a callback.
3.Compile