SA-MP Forums Archive
[Ajuda] duvida; - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] duvida; (/showthread.php?tid=599221)



duvida; - fdsda - 23.01.2016

PHP код:
new teste;
new 
teste1;
new 
teste2;
seria a mesma coisa de
new teste,
    
teste1,
    
teste2
no caso eu queria saber se muda algo, ou so a aparencia mesmo? pra deixar mais organizado.
meu gm ta com um erro e tou vendo se й isso.



Re: duvida; - willttoonn - 23.01.2016

Sim, da mesma maneira que

new test1, test2, test3;

Seria a mesma coisa tambйm.


Re: duvida; - JuninTJF - 23.01.2016

Para ficar mais organizado .

PHP код:
new teste[2];