SA-MP Forums Archive
simple fix, but what the fuk? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: simple fix, but what the fuk? (/showthread.php?tid=250133)



simple fix, but what the fuk? - sciman001 - 22.04.2011

pawn Код:
print("          (__) ");
print("          (oo) ");
print("    /------\/ ");
print("   / |    || ");
print("*  /\---/\ ");
i get this:

pawn Код:
E:\ww7\gamemodes\WW7.pwn(90) : error 027: invalid character constant
E:\ww7\gamemodes\WW7.pwn(90) : error 027: invalid character constant
E:\ww7\gamemodes\WW7.pwn(92) : error 027: invalid character constant
E:\ww7\gamemodes\WW7.pwn(92) : error 027: invalid character constant
WTH PLEASE TELL ME WATS WRONG! I have no idea what is going on here and i seriously would like to have this cow for... certain reasons..... anyway, please help me! THX!


Re: simple fix, but what the fuk? - CatFish - 22.04.2011

pawn Код:
print("          (__) ");
print("          (oo) ");
print("    /------\\/ ");
print("   / |    || ");
print("*  /\\---/\\ ");
'\' is an escape character so you have to do it twice to show it in print or anything else i think..

https://sampwiki.blast.hk/wiki/Scripting...cape_character


Re: simple fix, but what the fuk? - sciman001 - 22.04.2011

thanks man! soo stupid.