Posts: 88
Threads: 7
Joined: Apr 2018
Reputation:
0
Hello. My problem is that when I create textdraws (6 of them), everything goes good. My GM compiles fine. The problem is when I define new player sided textdraw, nothing goes well. It says that GM is compiled but it is not. My amx file is empty, and a line flashes in place where it should say about pawno info.
Posts: 32
Threads: 14
Joined: Mar 2012
Reputation:
0
Mind posting your script with the errors marked so we could see what are you talking about?
Posts: 88
Threads: 7
Joined: Apr 2018
Reputation:
0
That is problem! There are no errors!
Posts: 203
Threads: 4
Joined: Feb 2017
Reputation:
0
Can't help you without code.
Posts: 88
Threads: 7
Joined: Apr 2018
Reputation:
0
No need for code. I define variables with this new PlayerText:name1[MAX_PLAYERS]; and that six times with different names. After the sixth time, it won't compile.
Posts: 88
Threads: 7
Joined: Apr 2018
Reputation:
0
Only thing I can show you are the screenshots.
Posts: 88
Threads: 7
Joined: Apr 2018
Reputation:
0
I haven't seen this type of problem before. Any help from professionals or just someone who knows what this problem is?
Posts: 65
Threads: 20
Joined: Sep 2015
Reputation:
0
No one is able to help you unless you post your code. We could care less about stealing your code.
Posts: 88
Threads: 7
Joined: Apr 2018
Reputation:
0
As I have shown, just one line made compiler not compiling. I seriously don't know why!
Posts: 88
Threads: 7
Joined: Apr 2018
Reputation:
0
It seems like compiler crashed or something?
Posts: 88
Threads: 7
Joined: Apr 2018
Reputation:
0
I tryed with changing the variable names but nothing. It has to do something with prefix "PlayerText" when defining different type of variable.