Jump to content
  • 0

Erori!!!


DanielBz

Question

am pus in gamemodul meu un mod nou pentru masini personale si imi arata erori si nush ce sa fac!

Asta e in gamemode!

                                CarInfo[idcar][cComponent0] = 0;

CarInfo[idcar][cComponent1] = 0;

CarInfo[idcar][cComponent2] = 0;

CarInfo[idcar][cComponent3] = 0;

CarInfo[idcar][cComponent4] = 0;

CarInfo[idcar][cComponent5] = 0;

CarInfo[idcar][cComponent6] = 0;

CarInfo[idcar][cComponent7] = 0;

CarInfo[idcar][cComponent8] = 0;

CarInfo[idcar][cComponent9] = 0;

CarInfo[idcar][cComponent10] = 0;

CarInfo[idcar][cComponent11] = 0;

CarInfo[idcar][cComponent12] = 0;

CarInfo[idcar][cComponent13] = 0;

Astea sunt erorile!

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18427) : error 017: undefined symbol "cComponent0"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18428) : error 017: undefined symbol "cComponent1"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18429) : error 017: undefined symbol "cComponent2"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18430) : error 017: undefined symbol "cComponent3"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18431) : error 017: undefined symbol "cComponent4"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18432) : error 017: undefined symbol "cComponent5"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18433) : error 017: undefined symbol "cComponent6"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18434) : error 017: undefined symbol "cComponent7"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18435) : error 017: undefined symbol "cComponent8"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18436) : error 017: undefined symbol "cComponent9"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18437) : error 017: undefined symbol "cComponent10"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18438) : error 017: undefined symbol "cComponent11"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18439) : error 017: undefined symbol "cComponent12"

C:\Users\Daniel.Daniel-PC\Desktop\Roleplay\gamemodes\nadal.pwn(18440) : error 017: undefined symbol "cComponent13"

Ce simbol sa pun!

Va rog putin ajutor!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

mai sus de new CarInfo ai un enum,ceva gen

enum cInfo

{

var,

var,

var

};

new CarInfo..

pui dupa ultimul item de la cInfo:[pawn]

cComponent0,

cComponent1,

cComponent2,

cComponent3,

cComponent4,

cComponent5,

cComponent6,

cComponent7,

cComponent8,

cComponent9,

cComponent10,

cComponent11,

cComponent12,

cComponent13,[/pawn]

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.