Just wondering
#1

I'm just wondering, is there any difference between for example: Something[playerid] = Something; and:

Something[ playerid ] = Something; - i mean the spaces, does it effect code or something?

second example:

if(MyEnum[playerid][Variable])
{
// do something.
}

if( MyEnum[ playerid ][ Variable ] )
{
// do something.
}
Reply


Messages In This Thread
Just wondering - by Tomejus - 28.11.2011, 18:10
Re: Just wondering - by vyper - 28.11.2011, 18:11
Re: Just wondering - by MP2 - 28.11.2011, 18:37
Re: Just wondering - by Ash. - 28.11.2011, 18:42

Forum Jump:


Users browsing this thread: 1 Guest(s)