whats better
#1

to use
PHP код:
new Float:Cp[2][3] = { 
or
PHP код:
new Float:Cp[][] = { 
?
Reply
#2

Yea, it's personal preferences.

There's also
PHP код:
new Float:Cp[][3] = { 
Reply
#3

They are not the same! https://sampforum.blast.hk/showthread.php?tid=318212

It depends on your future inputs.
Reply
#4

Quote:
Originally Posted by ISmokezU
Посмотреть сообщение
They are not the same! https://sampforum.blast.hk/showthread.php?tid=318212

It depends on your future inputs.
Can you highlight what in that thread 'applies'...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)