SA-MP Forums Archive
compiling the string - 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)
+--- Thread: compiling the string (/showthread.php?tid=530752)



compiling the string - AroseKhanNiazi - 08.08.2014

pawn Код:
format(string,sizeof(string),""BLUE"LK Team's 1vs1 Death Match \n \n"SKYBLUE"New Registration\n"WHITE"Nick : "SKYBLUE"%s \n\n"RED"INVALID PASSWORD!\n\n"WHITE"Do "RED"NOT "WHITE"Register Multiple Accounts\nDo "RED"NOT "WHITE"Use The Same Password That You Use Elsewhere\nMinimum "RED"6 Chars"WHITE" Maximum "RED"12 Chars\n\n"WHITE"Please "YELLOW"Enter A Password"WHITE"For Your Account",PlayerInfo[playerid][pUserName]);
my compiler will stuck when i add this line
pawn Код:
\n\n"RED"INVALID PASSWORD!
this one


Re: compiling the string - ViniBorn - 08.08.2014

Anything happen if you delete '!' ?


Re: compiling the string - AroseKhanNiazi - 08.08.2014

why do i delete it ? its just a text


Re: compiling the string - TadePoleMG - 10.05.2018

Decrease some words then compiler works fine