Jump to content
  • 0

Nu stiu sa le rezolv


GiGiMuScHi

Question

Am o erroare si cateva warninguri si nu stiu cum sa le rezolv:

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(12086) : error 004: function "SetVehicleModifications" is not implemented

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(12096) : warning 213: tag mismatch

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(12101) : warning 213: tag mismatch

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(56595) : warning 203: symbol is never used: "PassiveMode"

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(56595) : warning 203: symbol is never used: "ReactionCash"

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(56595) : warning 203: symbol is never used: "ReactionState"

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(56595) : warning 203: symbol is never used: "ReactionString"

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(12091) : warning 204: symbol is assigned a value that is never used: "ReactionTimer"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

Linia 12086:

SetVehicleModifications(h);

Linia 12096:

PlayersOnline = 0;

Linia 12101:

          PlayersOnline+=1;

Erroarile astea:

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(56595) : warning 203: symbol is never used: "PassiveMode"

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(56595) : warning 203: symbol is never used: "ReactionCash"

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(56595) : warning 203: symbol is never used: "ReactionState"

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(56595) : warning 203: symbol is never used: "ReactionString"

Uitati liniile toate de la warningurile astea:

new bool:ReactionState = R_STATE_NOT_ACTIVE,

ReactionString[128],

ReactionCash = 0,

bool:PassiveMode = PASSIVE_OFF,

ReactionTimer;

Linia 12091:

    ReactionTimer = SetTimer("ReactionTest",REACTION_TIME*1000*60,true);

Respecta Si Vei Fi Respectat !!!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Ti-am raspuns si pe forumul oficial:

symbol is never used: "simbol"' date=' sterge tot

new bool:ReactionState = R_STATE_NOT_ACTIVE,
ReactionString[128],
ReactionCash = 0,
bool:PassiveMode = PASSIVE_OFF,
ReactionTimer;
Inlocuieste
ReactionTimer = SetTimer("ReactionTest",REACTION_TIME*1000*60,true );
cu
SetTimer("ReactionTest",REACTION_TIME*1000*60,true );

La alea cu PlayersOnline arata cum e definit ( new PlayersOnline; sau cum e )

SetVehicleModifications nu e pus cu forward.[/quote']

Link to comment
Share on other sites

aaa tot tu esti :D

La PlayersOnline este definit astfel?

new Text:PlayersOnline;

Uite errorile care maiu venit acuma:

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(12080) : error 004: function "SetVehicleModifications" is not implemented

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(12090) : warning 213: tag mismatch

C:\Documents and Settings\Administrator\Desktop\in lucru\eGamer.pwn(12095) : warning 213: tag mismatch

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

Linia 12080:

SetVehicleModifications(h);

Linia 12090:

PlayersOnline = 0;

Linia 12095:

          PlayersOnline+=1;

Respecta Si Vei Fi Respectat !!!

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.