format help - 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: format help (
/showthread.php?tid=280845)
format help -
omer5198 - 03.09.2011
after the "" i have a very long line... and its too long so i am getting an error... is there a way to fix this?
or perhaps to split it but still put it in one dialog?
Re: format help -
Vince - 03.09.2011
https://sampforum.blast.hk/showthread.php?tid=280377
Re: format help -
omer5198 - 03.09.2011
you didn't understand me... i ment like this:
format(string, sizeof(string), "%s",
name);
so the bold part is the too long part for me... (this format is just an example...)
so your text solution is not helping me :P
Re: format help -
=WoR=Varth - 03.09.2011
https://sampforum.blast.hk/showthread.php?tid=75002
Re: format help -
Improvement™ - 03.09.2011
Quote:
Originally Posted by omer5198
you didn't understand me... i ment like this:
format(string, sizeof(string), "%s", name);
so the bold part is the too long part for me... (this format is just an example...)
so your text solution is not helping me :P
|
Not to be rude, but if you don't understand what strcat does, or not even putting effort to find it out. Then ofcourse it doesn't help you. Anyways I suggest you to look in my signature about
[Filterscript] Job Information MessageBox and check the codes in the pastebin. If you pay attention then this can help you slove your problem.
Here's a shortcut to the Pastebin:
http://pastebin.com/e4mqNfgQ
Re: format help -
omer5198 - 03.09.2011
Quote:
Originally Posted by Improvement™
Not to be rude, but if you don't understand what strcat does, or not even putting effort to find it out. Then ofcourse it doesn't help you. Anyways I suggest you to look in my signature about [Filterscript] Job Information MessageBox and check the codes in the pastebin. If you pay attention then this can help you slove your problem.
Here's a shortcut to the Pastebin: http://pastebin.com/e4mqNfgQ
|
thx but i already solved my problem...
Quote:
Originally Posted by varthshenon
|
thx man... it worked