Raised This Month: $ Target: $400
 0% 

What's difference between...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ByPass
New Member
Join Date: Dec 2018
Old 12-29-2018 , 17:27   What's difference between...
Reply With Quote #1

What's the difference between this:

PHP Code:
new a[32];

public 
some_func()
{
    
a[id] = create_entity("info_target");

And this:

PHP Code:
new a[32][1];

public 
some_func()
{
    
a[id][0] = create_entity("info_target");

Could you explain it to me?

NOTE: It should be noted that from where I see it, there is no difference, but I may be wrong...

Last edited by ByPass; 12-29-2018 at 17:29.
ByPass is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode