SA-MP Forums Archive
[ajuda] me ajuda com esses erros ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [ajuda] me ajuda com esses erros ? (/showthread.php?tid=351202)



[ajuda] me ajuda com esses erros ? - L.D.K - 15.06.2012

C:\Documents and Settings\Administrador\Meus documentos\Downloads\LEORPG\gamemodes\LeORPG.pwn(2 946) :
Код:
error 017: undefined symbol "RemoveBuildingForPlayer"
C:\Documents and Settings\Administrador\Meus documentos\Downloads\LEORPG\gamemodes\LeORPG.pwn(2947) : error 017: undefined symbol "RemoveBuildingForPlayer"
C:\Documents and Settings\Administrador\Meus documentos\Downloads\LEORPG\gamemodes\LeORPG.pwn(2948) : error 017: undefined symbol "RemoveBuildingForPlayer"
C:\Documents and Settings\Administrador\Meus documentos\Downloads\LEORPG\gamemodes\LeORPG.pwn(2949) : error 017: undefined symbol "RemoveBuildingForPlayer"
C:\Documents and Settings\Administrador\Meus documentos\Downloads\LEORPG\gamemodes\LeORPG.pwn(2950) : error 017: undefined symbol "RemoveBuildingForPlayer"
C:\Documents and Settings\Administrador\Meus documentos\Downloads\LEORPG\gamemodes\LeORPG.pwn(2953) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.



Re: [ajuda] me ajuda com esses erros ? - Bruno Pereira - 15.06.2012

Estб usando seu GM no samp 0.3e? Se nгo estiver, atualiza!


Re: [ajuda] me ajuda com esses erros ? - L.D.K - 15.06.2012

mano to sim ele ta na versao 0.3e


Re: [ajuda] me ajuda com esses erros ? - Delete_ - 15.06.2012

Atualize suas includes.


Re: [ajuda] me ajuda com esses erros ? - L.D.K - 15.06.2012

Quote:
Originally Posted by Bruno Pereira
Посмотреть сообщение
Estб usando seu GM no samp 0.3e? Se nгo estiver, atualiza!
to usando sim ta versao 0.3e


Re: [ajuda] me ajuda com esses erros ? - L.D.K - 15.06.2012

Quote:
Originally Posted by delete
Посмотреть сообщение
Atualize suas includes.
no gm ou no pawno pq na pasta pawno ja tem todas novas ?


Re: [ajuda] me ajuda com esses erros ? - L.D.K - 15.06.2012

Quote:
Originally Posted by delete
Посмотреть сообщение
Atualize suas includes.
vlw deu certo repu pro mais fico 1 warnings ainda ?
Код:
C:\Documents and Settings\Administrador\Meus documentos\Downloads\LEORPG\gamemodes\LeORPG.pwn(2953) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           7924 bytes
Code size:          1371692 bytes
Data size:          5339504 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 6735504 bytes

1 Warning.



Re: [ajuda] me ajuda com esses erros ? - Delete_ - 15.06.2012

Posta a linha


Re: [ajuda] me ajuda com esses erros ? - L.D.K - 15.06.2012

Quote:
Originally Posted by delete
Посмотреть сообщение
Posta a linha
pawn Код:
public OnPlayerConnect(playerid)
{
  {
    RemoveBuildingForPlayer(playerid, 4024, 1479.8672, -1790.3984, 56.0234, 0.25);
    RemoveBuildingForPlayer(playerid, 4044, 1481.1875, -1785.0703, 22.3828, 0.25);
    RemoveBuildingForPlayer(playerid, 4002, 1479.8672, -1790.3984, 56.0234, 0.25);
    RemoveBuildingForPlayer(playerid, 3980, 1481.1875, -1785.0703, 22.3828, 0.25);
    RemoveBuildingForPlayer(playerid, 4003, 1481.0781, -1747.0313, 33.5234, 0.25);
    return 1;
    }
    TextDrawShowForPlayer(playerid, forum);//essa linha ai !!!



Re: [ajuda] me ajuda com esses erros ? - Delete_ - 15.06.2012

pawn Код:
public OnPlayerConnect(playerid)
{
 
    RemoveBuildingForPlayer(playerid, 4024, 1479.8672, -1790.3984, 56.0234, 0.25);
    RemoveBuildingForPlayer(playerid, 4044, 1481.1875, -1785.0703, 22.3828, 0.25);
    RemoveBuildingForPlayer(playerid, 4002, 1479.8672, -1790.3984, 56.0234, 0.25);
    RemoveBuildingForPlayer(playerid, 3980, 1481.1875, -1785.0703, 22.3828, 0.25);
    RemoveBuildingForPlayer(playerid, 4003, 1481.0781, -1747.0313, 33.5234, 0.25);
 
    TextDrawShowForPlayer(playerid, forum);
    //.....resto do code