[AJUDA] Na hora de copila erro GM raven
#1

Bom baixei o server Reaven 0.3c porem quando vo copila da esses erros aqui \/
Код:
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(5392) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(5394) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(5395) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(5399) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(5413) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(5414) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(25115) : error 021: symbol already defined: "strtok"
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(25130) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(30187) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(30204) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(30229) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(30284) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(30641) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(31033) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(32092) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(32288) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(34237) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(47681) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(62012) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(62114) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(62284) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(62520) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(62722) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(63338) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(64095) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hawk\Downloads\Ravens_Roleplay_0.3c\Raven's Roleplay 0.3c\gamemodes\larp.pwn(64296) : error 047: array sizes do not match, or destination array is too small

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
download do GM: https://sampforum.blast.hk/showthread.php?tid=140427

Dai se alguem poder me ajuda agradeзo, se precisar baixar algo ja me envie

vlw
Reply
#2

pawn Код:
#define SetPlayerHoldingObject(%1,%2,%3,%4,%5,%6,%7,%8,%9) SetPlayerAttachedObject(%1,5-1,%2,%3,%4,%5,%6,%7,%8,%9)
#define StopPlayerHoldingObject(%1) RemovePlayerAttachedObject(%1,5-1)
#define IsPlayerHoldingObject(%1) IsPlayerAttachedObjectSlotUsed(%1,5-1)
Remove the definition of strtok and send the other lines.
Reply
#3

Quote:
Originally Posted by Sa-mp scripter
Посмотреть сообщение
pawn Код:
#define SetPlayerHoldingObject(%1,%2,%3,%4,%5,%6,%7,%8,%9) SetPlayerAttachedObject(%1,5-1,%2,%3,%4,%5,%6,%7,%8,%9)
#define StopPlayerHoldingObject(%1) RemovePlayerAttachedObject(%1,5-1)
#define IsPlayerHoldingObject(%1) IsPlayerAttachedObjectSlotUsed(%1,5-1)
Remove the definition of strtok and send the other lines.
Don't this.

Estб faltando uma chave '}' ou '{'.

missing from script = '}'or '{'.

Sorry my bad english.
Reply
#4

I thought he was creating a new gamemode. I don't speak Portuguese.
Reply
#5

Giving this error at the time of copille GM, do not edit anything,download already compiles the error, not a modification did not

------------------------
Eu nao modifiquei nada apenas baixei o GM dai fui testar pra ver se estava funcionando dai vou la do F5 e da esses erros, o GM ta do jeito que baixei


obs.: sou br pode fala em pt
Reply
#6

alguem ajuda?
Reply
#7

Eu baixei o modo de jogo e nгo conteve nenhum erro.
Reply
#8

Atualiza as includes para 0.3c.

Verifica o tamanho das strings do gamemode. Aumente o tamanho gradativamente das que estгo dando erro.
Reply
#9

consegui resolver obrigado
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)