[PEDIDO] 13 errors
#1

Galeerinha, eu preciso de uma forзa, eu estou fazendo um FS, basico, mais engraзaado, e eu preciso retirar os 13 errors, vou postar abaixo os errors e as linhas do FS! Quem me ajudar ganha os crйditos no FS... Isso seria meu primeiro FS feito =D.

Os 13 errors:
pawn Код:
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(5) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(7) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(10) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(12) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(15) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(17) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(20) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(22) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(25) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(27) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(30) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(32) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(35) : error 010: invalid function or declaration
C:\Documents and Settings\Rafael Morelli\Desktop\[FS]SouADM.pwn(38) : warning 203: symbol is never used: "ADMIN"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


13 Errors.
As linhas do FS:
pawn Код:
#include <a_samp>

new ADMIN[MAX_PLAYERS];

if(strcmp("/souadm",cmdtext,true,8)
{
else if(ADMIN[playerid] == 5)
{
print("Sou adm lvl 5");
return 1
}
else if(ADMIN[playerid] == 4)
{
print("Sou adm lvl 4");
return 1
}
else if(ADMIN[playerid] == 3)
{
print("Sou adm lvl 3");
return 1
}
else if(ADMIN[playerid] == 2)
{
print("Sou adm lvl 2");
return 1
}
else if(ADMIN[playerid] == 1)
{
print("Sou adm lvl 1");
return 1
}
else if(ADMIN[playerid] == 0)
{
print("Nгo sou adm");
return 1
}
}
Reply


Messages In This Thread
[PEDIDO] 13 errors - by URSS_Morelli - 07.08.2011, 19:45
Re: [PEDIDO] 13 errors - by histire - 07.08.2011, 19:48
Re: [PEDIDO] 13 errors - by URSS_Morelli - 07.08.2011, 19:50
Re: [PEDIDO] 13 errors - by RockFire - 07.08.2011, 19:53
Re: [PEDIDO] 13 errors - by histire - 07.08.2011, 19:53
Re: [PEDIDO] 13 errors - by URSS_Morelli - 07.08.2011, 19:59
Re: [PEDIDO] 13 errors - by [S]trong - 07.08.2011, 20:03
Re: [PEDIDO] 13 errors - by histire - 07.08.2011, 20:04
Re: [PEDIDO] 13 errors - by Josma_cmd - 07.08.2011, 20:04
Re: [PEDIDO] 13 errors - by DreeH - 07.08.2011, 20:10

Forum Jump:


Users browsing this thread: 1 Guest(s)