big annoying problem
#1

Hi,

I have a really annoying and complicated problem.. well for me, I expect it's nothing for you good scripters here.
but as this is a really hard problem I just can't post and explain it here so I'm asking very nicely if someone could please PM me and come on team viewer to help fix this problem.

For those of you who have seen this and are thinking. "Oh, I am going to find a nice script on this guys pc".. There is really nothing good on here, this script is an old dl'd A/D gamemode.. so only help if you actually want to help me.

Thanks a ton!

- J
Reply
#2

if you try to explain it here we will try to help you here,
Reply
#3

Quote:
Originally Posted by Madd Kat
Посмотреть сообщение
if you try to explain it here we will try to help you here,
I've tried already. It's been a hard day today
I just can't think of how to describe it. It's really confusing
You REALLY need to see the script itself.

I could post the gamemode but it's a biggen.
Think it would just be easier if it was done over teamviewer.
Reply
#4

Jay post the errors

so someone can help you with it
Reply
#5

Well alright. Looks like I am going to have to TRY my best and explain it so.
I am editing an old A/D gamemode that was released here on these forums. But am having a problem replacing the class selection textdraws in the gamemode.

pawn Код:
new Text:MainText[14];
This is related to the current textdraws in the game.
I'm no expert but ill try and explain this as best as I can.

There are 14 variable MainText textdraws and thats what that variable is
so I thought 'oh this is no biggy, will be so simple to replace' but it wasn't.

I added my textdraws like this in this script here that ive uploaded:

http://pastebin.com/AnRN7QDu

More explanation in the pastebin.
So yeah, I added them and thought all I would have to do is change
This MainText variable

pawn Код:
new Text:MainText[14];
to this

pawn Код:
new Text:MainText[28];
changing it to now 28 as I have 14 textdraws and
added them onto that... but no, it wasnt as simple as that
..then these bugging errors came

Код:
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11017) : error 017: undefined symbol "Pano_3"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11018) : error 017: undefined symbol "Pano_3"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11019) : error 017: undefined symbol "Pano_3"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11020) : error 017: undefined symbol "Pano_3"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11021) : error 017: undefined symbol "Pano_3"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11022) : error 017: undefined symbol "Pano_3"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11023) : error 017: undefined symbol "Pano_3"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11024) : error 017: undefined symbol "Pano_3"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11025) : error 017: undefined symbol "Pano_3"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11026) : error 017: undefined symbol "Pano_3"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11027) : error 017: undefined symbol "Pano_3"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11029) : error 017: undefined symbol "Pano_4"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11030) : error 017: undefined symbol "Pano_4"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11031) : error 017: undefined symbol "Pano_4"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11032) : error 017: undefined symbol "Pano_4"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11033) : error 017: undefined symbol "Pano_4"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11034) : error 017: undefined symbol "Pano_4"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11035) : error 017: undefined symbol "Pano_4"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11036) : error 017: undefined symbol "Pano_4"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11037) : error 017: undefined symbol "Pano_4"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11038) : error 017: undefined symbol "Pano_4"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11039) : error 017: undefined symbol "Pano_4"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11041) : error 017: undefined symbol "Pano_5"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11042) : error 017: undefined symbol "Pano_5"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11043) : error 017: undefined symbol "Pano_5"
C:\Users\Lewis2\Desktop\3d a+d server\gamemodes\BG.pwn(11044) : error 017: undefined symbol "Pano_5"

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


26 Errors.
Pano 1 and pano 2 the ones that were in the script before I added the new ones to it didnt show
an error. Just my ones..

Why? I don't understand, I'm no expert!
I hope I explained everything well.

Help is deeply appreciated.
Thanks,

-J
Reply
#6

None of that made any sense lol - Add me on skype and I'll give you a hand.
It seems you may have misunderstood a part of the script you are editing

rob_maate
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)