[help] GetPlayerId
#1

why this command dont work ??
Reply
#2

just use playerid.
Reply
#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
#4

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)