Quote:
Originally Posted by Mike861
Do you have a stock GetName anywhere in your script?If you don't then put this anywhere you want.
Код:
stock GetName(playerid)
{
new getthename[MAX_PLAYER_NAME];
GetPlayerName(playerid,getthename,sizeof(getthename));
return getthename;
}
|
There are no problem with that.