[Ajuda] Problema com Funзoes
#2

Negativo, estas funзхes nгo se encontram no include a_samp!!

GetPlayerID
pawn Код:
stock GetPlayerID(const playername[]) //By Jan "DracoBlue" Schьtze (edited by Gabriel "Larcius" Cordes)
{
    new playername1[256];
    for (new i=0;i<MAX_PLAYERS;i++)
    {
        if (IsPlayerConnected(i))
        {
            GetPlayerName(i,playername1,sizeof(playername1));
            if (strcmp(playername1,playername,true)==0)
            {
                return i;
            }
        }
    }
}
A outra eu nгo tenho!
Se te ajudei da Rep. pls
Reply


Messages In This Thread
[Ajuda] Problema com Funзoes - by Jason` - 15.10.2011, 02:50
Re: Problema com Funзoes - by Sergiinhonike - 15.10.2011, 03:06
Re: Problema com Funзoes - by Jason` - 15.10.2011, 03:08
Re: Problema com Funзoes - by Sergiinhonike - 15.10.2011, 03:14
Re: Problema com Funзoes - by Jason` - 15.10.2011, 03:15
Re: Problema com Funзoes - by ViniBorn - 15.10.2011, 03:15
Re: Problema com Funзoes - by Ricop522 - 15.10.2011, 03:16
Re: Problema com Funзoes - by Sergiinhonike - 15.10.2011, 03:18
Re: Problema com Funзoes - by [O.z]Caroline - 15.10.2011, 04:04

Forum Jump:


Users browsing this thread: 3 Guest(s)