Not showing full TD line - 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: Not showing full TD line (
/showthread.php?tid=178292)
Not showing full TD line -
Seven. - 21.09.2010
pawn Код:
format(string, sizeof(string), "There are currently %i seconds remaining untill the explosion!.~n~Leave the building or die in it!", dCount[0]);
It's only showing:
pawn Код:
There are currently %i seconds remaining untill the exp
Re: Not showing full TD line -
Rachael - 21.09.2010
try using %d
and make sure string[] is large enough to hold the entire text
Re: Not showing full TD line -
dirkblok - 21.09.2010
string is not large enough. try that.
Re: Not showing full TD line -
Seven. - 21.09.2010
Oh ty