[ajuda] me ajuda com esses erros ?
#1

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.
Reply
#2

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

mano to sim ele ta na versao 0.3e
Reply
#4

Atualize suas includes.
Reply
#5

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
Reply
#6

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

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.
Reply
#8

Posta a linha
Reply
#9

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 !!!
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)