Posts: 672
Threads: 89
Joined: Jan 2010
pawn Код:
[10:58:01] Script[gamemodes/CnCs.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
What is the problem ?
Thanks!
Posts: 211
Threads: 26
Joined: Sep 2010
Reputation:
0
Well show us the line of code, and the code around it and i will see what i can do.
Posts: 672
Threads: 89
Joined: Jan 2010
Ahh yea i was so pissed that i forgot the Search Button!
Ok now i have this problem!
I had a script and i splited it into 2 !
One with all teleports,and the other with other stuff!
The one with the teleports i made it a FS ,but when i try to use the commands from the GM ma skin turns to CJ !
When i unload the FS the commands from The GM work fine!
Whats the problem?;o
Posts: 6,129
Threads: 36
Joined: Jan 2009
Add:
to the top of the script with this issue. (after including a_samp)
Posts: 672
Threads: 89
Joined: Jan 2010
Yea i've done that!
I still got that problem! lol
The one with the FS and GameMode
Posts: 1,317
Threads: 23
Joined: Feb 2010
Reputation:
0
That is weird, probally something in your filterscript then, can you show us some code from your GM and FS that looks like it can clash with each other. If you understand what I mean.
Posts: 1,466
Threads: 7
Joined: Jun 2009
Reputation:
0
Why not just save the playerid's skin into a variable and set it back after the person teleported? Easy way to fix it?