[help] GetPlayerId
#3

pawn Код:
stock GetPlayerFullname(partofname[])
{
    new id = GetPlayerID(partofname), pname[MAX_PLAYER_NAME];
    if(id != INVALID_PLAYER_ID) GetPlayerName(id, pname, MAX_PLAYER_NAME);
    return pname;
}
}
This is a custom function from Sandra .
Reply


Messages In This Thread
[help] GetPlayerId - by Mantas7776 - 11.12.2009, 11:07
Re: [help] GetPlayerId - by RyDeR` - 11.12.2009, 11:11
Re: [help] GetPlayerId - by [HiC]TheKiller - 11.12.2009, 11:12
Re: [help] GetPlayerId - by Mantas7776 - 11.12.2009, 11:14

Forum Jump:


Users browsing this thread: 1 Guest(s)