Invisible text on pawn prog. ? -
Flatron - 08.02.2013
Hello everyone, i had one problem.
In my scripting career i saw this first time.
Last 2 months i thought my gamemode has been deleted, i mean all lines is deleted, but i wrong.
Im trying to write somethin in gamemod, and my letters is invisible too, i launched the gamemode, it works perfectly, so i don't understand, what the hell is going down here ?
Sorry for my bad english.
Re: Invisible text on pawn prog. ? -
Mr.Anonymous - 08.02.2013
A picture maybe?
Re: Invisible text on pawn prog. ? -
Flatron - 08.02.2013
http://imageshack.us/photo/my-images/9/80523107.png/
This is pawn screen.
http://imageshack.us/photo/my-images/547/50343674.png/
And this is notepad screen the same gamemod.
Re: Invisible text on pawn prog. ? -
[WA]iRonan - 08.02.2013
Weird. Probadly its your pc, nobody else has this problem? I suggest re-install pawno.
Re: Invisible text on pawn prog. ? -
Flatron - 08.02.2013
When im trying open another gamemods i don't have any problems. This problem i have only with this gamemod.
Re: Invisible text on pawn prog. ? -
Height - 08.02.2013
i think try reinstalling Pawn Library wont help. its because in notepad also the letters are invisible. Try copying the script to MS word or something and try copy paste again in pawn, also what it says when compiling??
Re: Invisible text on pawn prog. ? -
Flatron - 08.02.2013
I tryed to copy a little bit code of .pwn to word file and change color and somethin like that, but color is not changing. So strange..
BTW : When i opened it on Notepad++ i see only this :
http://imageshack.us/photo/my-images/10/10758018.png/
Deep shit..
Re: Invisible text on pawn prog. ? -
Height - 08.02.2013
Is the code getting compiled properly??
Re: Invisible text on pawn prog. ? -
Flatron - 08.02.2013
When im compiling the gamemode, i got this :
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(0) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(1) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(2) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(3) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(4) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(5) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(6) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(7) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(
: error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(9) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(10) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(11) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(12) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(13) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(14) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(15) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(16) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(17) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(1
: error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(19) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(20) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(21) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(22) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(23) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(24) : error 075: input line too long (after substitutions)
D:\Zilvino\Serveriai\Las Venturas Real life 0.3e\gamemodes\LasVegas.pwn(25) : error 075: input line too long (after substitutions)
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
Re: Invisible text on pawn prog. ? -
Height - 08.02.2013
it says that the lines are too long. Pawn wont take such huge lines. you need to reduce the line length. anyways you cant do much as you cant see the script . Anyways this problem seems to be strange. Try reinstall pawn library and try opening the script again