Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Question

11 answers to this question

Recommended Posts

Posted

public functia ( bla bla )

{

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

    {

      // restul...

i = playerid

Posted

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

Guest LowRyder
Posted

Cu cat mai repede o postezi cu atat esti ajutat mai repede... ;D

Posted

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

Guest mihai97
Posted

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

Adica forward CheckForLicenseTest...?

repet nu stiu daca e bn

Posted

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.

Posted

1. tre sa postezi codu, 2. dak ti le-a dat brusc inseamna k ai uitat o } sau o { ... 3. 26 erori = max, dupa ce le faci mai iti vine o tura : ))

-Toate tutorialele postate intra aici sau puneti-le direct [url=http://www.sa-mp.ro/forum/index

Posted

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

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.