[Ajuda] Erro
#1

Boas toda a gente! Eu tou vendome fodido a compila meu GM Tenho 2 GM's quase iguais,so que um ta com alguns bugs nesse GM com bugs,eu compilo tudo na boa,mas dame 7 warnings,no GM sem bugs dame este erro
pawn Код:
error 017: undefined symbol "F_Streamer_OnPlayerConnect"
Tгo iguais assim nos dois GM's
pawn Код:
public OnPlayerConnect(playerid)
{
    if(IsPlayerNPC(playerid)) return 1;
    HaveTaser[playerid] = 0;
    RemovePlayerAttachedObject(playerid, 0);
    RemovePlayerAttachedObject(playerid, 1);
    RemovePlayerAttachedObject(playerid, 2);
    RemovePlayerAttachedObject(playerid, 3);
    RemovePlayerAttachedObject(playerid, 4);
    RemovePlayerAttachedObject(playerid, 5);
    F_Streamer_OnPlayerConnect(playerid);
    new string[128];
    AlreadyGiveWeapons[playerid] = false;
sу que no GM sem bugs da erro por causa do F_Streamer_OnPlayerConnecto(playerid); e no outro nгo dб erro --" Que ta aconteзendo?
Reply
#2

tem alguma definiзгo para

pawn Код:
F_Streamer_OnPlayerConnect(playerid);
?
Reply
#3

Nenhum dos dois GM's tem. Mas como um compila e outro nгo? o.O
Reply
#4

include

passe as includes do que funciona para o que nao funcio e substitua

pawn Код:
Pawn/includes
Reply
#5

Funcionou '-' xD Obrigado... tava a fica preocupado mas deume estres warnings
pawn Код:
C:\Users\Resende\Desktop\OG\pawno\include\a_players.inc(126) : warning 201: redefinition of constant/macro (symbol "MAX_PLAYER_ATTACHED_OBJECTS")
C:\Users\Resende\Desktop\OG\pawno\include\JunkBuster.inc(1084) : warning 209: function "F_SetPlayerPos" should return a value
C:\Users\Resende\Desktop\OG\pawno\include\JunkBuster.inc(3126) : warning 201: redefinition of constant/macro (symbol "SetPlayerPos")
C:\Users\Resende\Desktop\OG\gamemodes\OG-RP.pwn(4318) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Warnings.
Consegues achar o problema?
Linha 126
pawn Код:
//===============================[MAIN SETTINGS]================================================
Linha 1084
pawn Код:
"UH",
Linha 3126
pawn Код:
{"Spinybed",                    {2121.40,2663.10,-89.00,2498.20,2861.50,110.90}},
Reply
#6

Baixe essas includes novamentes

pawn Код:
JunkBuster.inc
a_players.inc
atualizadas e provavelmente saira os warnings
Reply
#7

Continua na mesma os warnings
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)