[ajuda] ajudo com esse warning ?
#6

Quote:
Originally Posted by L.D.K
Посмотреть сообщение
Код:
C:\Documents and Settings\Administrador\Meus documentos\Downloads\Samp\LEORPG\gamemodes\LeORPG.pwn(2530) : error 017: undefined symbol "GetpName"
C:\Documents and Settings\Administrador\Meus documentos\Downloads\Samp\LEORPG\gamemodes\LeORPG.pwn(2530) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Sorry, tenta:
pawn Код:
stock IsPlayerOnline(name[])
{
    new pName[MAX_PLAYER_NAME];
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        GetPlayerName(i, pName, sizeof(pName));
        if(strcmp(name,pName,true)==0)
        {
            return 1;
        }
    }
    return 0;
}

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
GetpName

GetPlayerName
Exato '-'
Reply


Messages In This Thread
[ajuda] ajudo com esse warning ? - by L.D.K - 18.05.2012, 17:50
Re: [ajuda] ajudo com esse warning ? - by CidadeNovaRP - 18.05.2012, 17:52
Re: [ajuda] ajudo com esse warning ? - by Sr.Pekeno - 18.05.2012, 17:52
Re: [ajuda] ajudo com esse warning ? - by L.D.K - 18.05.2012, 17:54
Re: [ajuda] ajudo com esse warning ? - by ViniBorn - 18.05.2012, 17:55
Re: [ajuda] ajudo com esse warning ? - by CidadeNovaRP - 18.05.2012, 17:56
Re: [ajuda] ajudo com esse warning ? - by Welton_Ranger - 18.05.2012, 18:02
Re: [ajuda] ajudo com esse warning ? - by L.D.K - 18.05.2012, 18:05
Re: [ajuda] ajudo com esse warning ? - by CidadeNovaRP - 18.05.2012, 18:08

Forum Jump:


Users browsing this thread: 5 Guest(s)