18.06.2014, 10:05
wouldn't of used that script personally I would of used this smaller quicker
stock GetName(playerid)
{
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
return pName;
}
then use in a script like GetName(playerid); also works for the ids of players not just name
stock GetName(playerid)
{
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
return pName;
}
then use in a script like GetName(playerid); also works for the ids of players not just name