SA-MP Forums Archive
How To Make - 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: How To Make (/showthread.php?tid=379342)



How To Make - God'Z War - 21.09.2012

Hi Guys
Any One Know How To Make Coloums On Samp Forum

Click On This Link - http://forum.sa-mp.com/showthread.ph...hlight=Eclipse

Zh3r0 create coloums on command list


Re: How To Make - quagga - 21.09.2012

This forum is for scripting help.. for PAWN. Not bbCode. And they're not called columns, they're tables.


Re: How To Make - God'Z War - 21.09.2012

hmm you know how to make ?


Re: How To Make - [HK]Ryder[AN] - 21.09.2012

create tables using [ ttable][/ttable] and for table rows use [tr][/tr] and for data use [td][/td]
example
Yo Guys:PPP
The space between yo guys and :PPP is not a space..it is the way it gets spaced when u create tables.


Re: How To Make - God'Z War - 21.09.2012

Код:
[ttable ]commands[/ttable]
commands
Код:
[tr]yo boys[/tr]
[tr]yo boys[/tr]

Код:
[td]yo boys[/td]
[td]yo boys[/td]


When i tryed it showing like this


Re: How To Make - Luis- - 21.09.2012

Probably cause there is a space between the [ttable] code.


Re: How To Make - God'Z War - 21.09.2012

commands
it showin like this


Re: How To Make - Vince - 21.09.2012

You need to use all three together like in HTML.

[ttable]
[tr][td]1[/td][td]2[/td][/tr]
[tr][td]3[/td][td]4[/td][/tr]
[/ttable]

12
34
Shitty way to create tables, honestly.