Need help with components save! Please check it. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need help with components save! Please check it. (
/showthread.php?tid=408792)
Need help with components save! Please check it. -
LuckyPlaya` - 19.01.2013
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.
Re: Need help with components save! Please check it. -
MattSlater - 19.01.2013
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
Re: Need help with components save! Please check it. -
LuckyPlaya` - 19.01.2013
I did,and i also deleted that and putted your version. Still the same.
Re: Need help with components save! Please check it. -
captainjohn - 19.01.2013
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
Re: Need help with components save! Please check it. -
LuckyPlaya` - 20.01.2013
@captainjohn Thank you man! This one works