Jump to content
  • 0

Ma ajuta cineva va rog cu erroarea asta ?


VenoMarius

Question

C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast"

C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast"

C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast"

C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast"

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0
8 minutes ago, VenoMarius said:

C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast"

C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast"

C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast"

C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast"

Salut, poti sa arati si codul?

Link to comment
Share on other sites

  • 0
Just now, JustDoIt12 said:

Salut, poti sa arati si codul?

ce cod ?

asta ?

C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast"
Pawn compiler 3.10.8              Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
[Finished in 3.5s]

Link to comment
Share on other sites

  • 0
Just now, VenoMarius said:

ce cod ?

asta ?

C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast"
Pawn compiler 3.10.8              Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
[Finished in 3.5s]

Nu, comanda sau ce faci tu acolo.

Link to comment
Share on other sites

  • 0
Just now, JustDoIt12 said:

Nu, comanda sau ce faci tu acolo.

public OnPlayerAirBreak(playerid)
{
    new string[MAX_CHATBUBBLE_LENGTH];
    format(string,sizeof(string),"[Anti-Airbreak]: {FFFF00}%s[ID:%d] posibil AirBreak / Teleport!",GetName(playerid),playerid);
    ABroadCast(COLOR_RED,string,1);
    KickEx(playerid);
    return true;
}

Link to comment
Share on other sites

  • 0
4 minutes ago, VenoMarius said:

public OnPlayerAirBreak(playerid)
{
    new string[MAX_CHATBUBBLE_LENGTH];
    format(string,sizeof(string),"[Anti-Airbreak]: {FFFF00}%s[ID:%d] posibil AirBreak / Teleport!",GetName(playerid),playerid);
    ABroadCast(COLOR_RED,string,1);
    KickEx(playerid);
    return true;
}

Poftim aici https://pastebin.com/8F0buBps.

Daca te am ajutat +1 pls :)

Edited by JustDoIt12
Link to comment
Share on other sites

  • 0
Just now, JustDoIt12 said:

Poftim aici https://pastebin.com/8F0buBps.

Daca te am ajutat +1 pls :)

pai si asta   format(string,sizeof(string),"[Anti-Airbreak]: {FFFF00}%s[ID:%d] posibil AirBreak / Teleport!",GetName(playerid),playerid); ca trea sa dea atentia asta ca playerid kicked by anti airbreak

Link to comment
Share on other sites

  • 0

Pawn compiler 3.10.8              Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3188) : warning 235: public function lacks forward declaration (symbol "ABroadCast")
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : error 017: undefined symbol "gPlayerLogged"
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : warning 215: expression has no effect
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : error 001: expected token: ";", but found "]"
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : error 029: invalid expression, assumed zero
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : fatal error 107: too many error messages on one line


si imi da alta erroare

Link to comment
Share on other sites

  • 0
1 minute ago, VenoMarius said:

Pawn compiler 3.10.8              Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3188) : warning 235: public function lacks forward declaration (symbol "ABroadCast")
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : error 017: undefined symbol "gPlayerLogged"
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : warning 215: expression has no effect
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : error 001: expected token: ";", but found "]"
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : error 029: invalid expression, assumed zero
C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : fatal error 107: too many error messages on one line


si imi da alta erroare

Deifneste in gm gPlayerLogged[MAX_PLAYERS] sau daca vrei sa folosesti ce ai facut tu defineste ABroadCast[MAX_PLAYERS]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.