Jump to content

Question

Posted

va rog sa ma ajutati daca vreti cu aceste 2 erori

C:\Documents and Settings\Jok3r\Desktop\nadal\gamemodes\nadal.pwn(10704) : error 017: undefined symbol "playerid"

C:\Documents and Settings\Jok3r\Desktop\nadal\gamemodes\nadal.pwn(10705) : error 017: undefined symbol "playerid"

C:\Documents and Settings\Jok3r\Desktop\nadal\gamemodes\nadal.pwn(49144) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"

C:\Documents and Settings\Jok3r\Desktop\nadal\gamemodes\nadal.pwn(49144) : warning 203: symbol is never used: "RemoveItems"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Errors.

scuze de un nou topic dar stuntman mi la inchis pe celalalt fara sal rezolv :sad:

4 answers to this question

Recommended Posts

Posted

Presupun ca folosesti playerid intr-un call back care nu are playerid definit. Fa asa:

[pawn]

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

{

//codurile tale

}

[/pawn]

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Posted

Incearca sa inlocuiesti peste tot in comanda aia playerid cu i

<a href="http://www.userbars.be"><img src="http://img534.imageshack.us/img534/9098/36589.gif" alt="Free userbars" border="0"></a>

Posted

Presupun ca folosesti playerid intr-un call back care nu are playerid definit. Fa asa:

[pawn]

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

{

//codurile tale

}

[/pawn]

Sau are de ex:

forward Nume;

public Nume(playerid)

Si aici ar trebuii sa pui si la forward Nume(playerid);

gXvsYS
Guest
This topic is now closed to further replies.
×
×
  • 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.