17.05.2014, 08:22
do you have a function called GetName( playerid )?
if not, add this;
if not, add this;
pawn Код:
stock GetName( playerid )
{
new pName[ MAX_PLAYER_NAME ];
GetPlayerName( playerid, pName, sizeof( pName ) );
return pName;
}