Jump to content
  • 0

Problema Compile 26 errors


LuciaN

Question

11 answers to this question

Recommended Posts

Am mai redus din erori dar nu pot sa scap de asta

C:\Documents and Settings\LuciaN\Desktop\gf.pwn(13533) : error 029: invalid expression, assumed zero
C:\Documents and Settings\LuciaN\Desktop\gf.pwn(13533) : error 004: function "CheckForLicenseTestCheckpoint" is not implemented
C:\Documents and Settings\LuciaN\Desktop\gf.pwn(13743) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
[code]

[img width=222 height=100]http://www.speedtest.net/result/734520190.pn

Link to comment
Share on other sites

si asta ii linia de la inceput care am puso forward CheckForLicenseTestCheckpoint(i, tmpcar);

Astai linia 13533  :    public CheckForLicenseTestCheckpoint(i, tmpcar)

Am incercat si asa public CheckForLicenseTestCheckpoint() Dar fara rezultat

[img width=222 height=100]http://www.speedtest.net/result/734520190.pn

Link to comment
Share on other sites

mihai97" post="14673" timestamp="1242241520"]

pai nu stiu daca e bn ce zic dar ai definit-o la inceput?

Adica forward CheckForLicenseTest...?

repet nu stiu daca e bn

Nu trebuie definita functia CheckFor..., doar daca..:

#define CheckForLicenseTest CFLT //(prescurtat)

forward CLFT( playerid, tmpcar);

public CLFT( playerid, tmpcar ) { return 1; }

_Incearca sa pui playerid in loc de i.

Link to comment
Share on other sites

Imi cer scuze ca nu am mai scris pe forum dar am fost plecat. Am rezolvat tot am uitat sa pun inainte de public CheckForLicenseTestCheckpoint

new tmpcar = GetPlayerVehicleID(i); si am uitat sa pun  for(new i=0; i<MAX_PLAYERS; i++)

Imi cer scuze inca odata

[img width=222 height=100]http://www.speedtest.net/result/734520190.pn

Link to comment
Share on other sites

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.