Jump to content
  • 0

Question

Posted

Ma poate ajuta cineva cu eroarea asta?

fRP_core.pwn(204) : error 017: undefined symbol "OnDuty"

fRP_core.pwn(216) : error 017: undefined symbol "pLeader"

fRP_core.pwn(218) : error 017: undefined symbol "FactionSkin"

fRP_core.pwn(220) : error 017: undefined symbol "pLeader"

fRP_core.pwn(222) : error 017: undefined symbol "FactionSkin"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

5 Errors.

Iar liniile sunt incepand de la 204 pana la 222:

if(Pi[OnDuty] == 0)

{

if(Pi[spawn])

{

Send:2(playerid,"LS nu este disponibil");

SetSpawnInfo(playerid,0,Pi[skin],X,Y,Z,0,0,0,0,0,0,0);

}else

{

SetSpawnInfo(playerid,0,Pi[skin],X,Y,Z,0,0,0,0,0,0,0);

}

}else

{

    if(Pi[pLeader] == 1 && Pi[pMember] == 1)

{

SetSpawnInfo(playerid,0,Pi[FactionSkin],2340.6997,2456.0303,14.9688,0,0,0,0,0,0,0);

}

if(Pi[pLeader] == 0 && Pi[pMember] == 0)

{

SetSpawnInfo(playerid,0,Pi[FactionSkin], 2345.6997,2456.0303,84.9688,0,0,0,0,0,0,0);

4 answers to this question

Recommended Posts

Posted

Definestele

[pawn]

new OnDuty;

new pLeader;

new FactionSkin;[/pawn]

Incearca asa daca nu merge dai reaply

Posted

Definestele

[pawn]

new OnDuty;

new pLeader;

new FactionSkin;[/pawn]

Incearca asa daca nu merge dai reaply

La asta ma gandeam si eu credeam, ca se pot gasi unele facute fiindca nu este scriptul creat de mine...

ai pus bine scriptu? sub celelalte care le ai ?

La ce te referi mai exact?

Posted

Re rezolvat problema multumesz Htp ca ai incercat sa ma ajuti mai am doar o intrebare...

Am si ceva tabele mysql si nu stiu cum sa le rescriu fiindca au erori si nu le pot instala, pot sa le postez tot aici? Sau unde ca nu am gasit alta sectiune...

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.