07.12.2013, 16:34
Well it's more than obvious, you haven't defined GetName
Edit: if you are lazy as f**k like me add this under your functions:
Edit: if you are lazy as f**k like me add this under your functions:
pawn Код:
stock GetName(playerid)
{
GetPlayerName(playerid, GetName,sizeof (GetName));
return GetName;
}