Jump to content
  • 0

Va.rog.mult.HELP.please!


Question

Posted

Salut!

Sunt disperat deci am petrecut foarte mult in fata PC-ului incercand sa rezolv aceste mici probleme si nu am rezolvat asa ca apelez la voi deci va ramas dator daca imi dati un mic help sau va dau un cont filelist help please:

Deci am 7 errori cand dau compile la gamemode-ul meu pentru serverul de RolePlay uitati errorile :D :

C:\Users\George\Desktop\RPG Sa-Mp\gamemodes\GHJ.pwn(511) : warning 235: public function lacks forward declaration (symbol "GetDistanceBetweenPlayers")

C:\Users\George\Desktop\RPG Sa-Mp\gamemodes\GHJ.pwn(28264) : error 025: function heading differs from prototype

C:\Users\George\Desktop\RPG Sa-Mp\gamemodes\GHJ.pwn(28364) : warning 217: loose indentation

C:\Users\George\Desktop\RPG Sa-Mp\gamemodes\GHJ.pwn(28366) : error 029: invalid expression, assumed zero

C:\Users\George\Desktop\RPG Sa-Mp\gamemodes\GHJ.pwn(28366) : warning 221: label name "Float" shadows tag name

C:\Users\George\Desktop\RPG Sa-Mp\gamemodes\GHJ.pwn(28366) : error 017: undefined symbol "p1"

C:\Users\George\Desktop\RPG Sa-Mp\gamemodes\GHJ.pwn(28368) : error 029: invalid expression, assumed zero

C:\Users\George\Desktop\RPG Sa-Mp\gamemodes\GHJ.pwn(28368) : warning 215: expression has no effect

C:\Users\George\Desktop\RPG Sa-Mp\gamemodes\GHJ.pwn(28368) : error 001: expected token: ";", but found "forward"

C:\Users\George\Desktop\RPG Sa-Mp\gamemodes\GHJ.pwn(28368) : error 029: invalid expression, assumed zero

C:\Users\George\Desktop\RPG Sa-Mp\gamemodes\GHJ.pwn(28368) : fatal error 107: too many error messages on one line

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

7 Errors.

4 answers to this question

Recommended Posts

Posted

Erorile spun asa:

  • Nu recunoaste functia "p1".Trebuie sa pui "new p1" si sa il caracterizezi cu public sau forward".
    Ai uitat sa pui un ; sau nu intelege vreun forward.CTRL+G si scrie linia din dreptul erorii

Posted

Salut! Tot eu .. si uite ce vreau sa spun.. am rezolvat restul problemelor care le-am enumerat mai sus insa mai am una singura cand dau compile !:

C:\Users\George\Desktop\RPG Sa-Mp\gamemodes\GHJ.pwn(28343) : error 030: compound statement not closed at the end of file (started at line 28342)

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

am tot incercat sa gasesc un raspuns insa nimic... ce ar trebuii sa fac si apropo uite ultimele randuri din gamemode-ul meu

for(new i = 0;i < MAX_PLAYERS;i++)

{

if(IsPlayerConnected(i))

{

for(new q = 0;q < MAX_PLAYERS;q++)

{

if(IsPlayerConnected(q))

{

new Float:p1x;

new Float:p1y;

new Float:p1z;

new Float:p2x;

new Float:p2y;

new Float:p2z;

if(IsPlayerConnected(i) && IsPlayerConnected(q))

{

GetPlayerPos(i,p1x,p1y,p1z);

    GetPlayerPos(q,p2x,p2y,p2z);

if(GetPointDistanceToPointExMorph(p1x,p1y,p1z,p2x,p2y,p2z) < pdistance)

{

ShowPlayerNameTagForPlayer(i,q,1);

}

    }

else

{ShowPlayerNameTagForPlayer(i,q,0);

deci cum ar trebuii sa arate ca sa nu mai primesc aceea erroare pls help daca va pricepeti careva.. :(

Posted

[glow=red,2,300]CITITI REGULAMENTU COPII COPACI ,nici nu ai rezolvat o problema si vi cu alta nici nu stiu cum puteti sa faceti asa ceva cand aveti atatea erori acolo(poate acele GM nu sunt facute de voi)

[/glow]

mZiAe.jpg
Posted

wizz vorbeste frumos pls si eu cred ca nu a durat mult am postat intrebarea peste 2 zile cand mam chinuit sa fac restul problemelor si a mai ramas decat asta pe care am postato ca HELP la a 3a zi .. deci nu cred ca este chiar asa devreme in fine nu ai cu cine discuta altcineva, altceva please ?

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.