Need help with components save! Please check it.
#1

Alrighty,this is my problem. I found this for saving car components,i fallowed the exsact instructions and did that in my GameMode. But when i try to compile it 26 errors comes up... Can you please find the solution,or do i have to make something like a txt file of folder to save that in it. I would also need help arround that too.

Here are the errors:



Код:
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(896) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(897) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(900) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(901) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(904) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(905) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(908) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(909) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(912) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(913) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(916) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(917) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(920) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(921) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(924) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(925) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(928) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(929) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(932) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(933) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(936) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(937) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(940) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(941) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(944) : error 017: undefined symbol "VehicleInfo"
D:\Users\ROBERT\Desktop\- Exclusive Gaming RolePlay - 0.3e\gamemodes\egrp.pwn(945) : error 017: undefined symbol "VehicleInfo"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Reply
#2

enum vInfo
{
mod1,
mod2,
mod3,
mod4,
mod5,
mod6,
mod7,
mod8,
mod9,
mod10,
mod11,
mod12,
mod13,
mod14,
mod15,
mod16,
mod17,
owner
};

new VehicleInfo[701][vInfo];

new tuned;

You probably didn't add that like it said too
Reply
#3

I did,and i also deleted that and putted your version. Still the same.
Reply
#4

Quote:
Originally Posted by MattSlater
Посмотреть сообщение
You probably didn't add that like it said too
I don't think he is that retarded...

Just try this.

http://pastebin.com/raw.php?i=3iEp9ttn
Reply
#5

@captainjohn Thank you man! This one works
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)