Does this makes code work slower?
#1

Does this makes code work slower?

pawn Код:
public OnPlayerConnect(playerid)
{
    Test(playerid);
    return 1;
}

Test(playerid)
{
    SAME CODE....
}
Instead of:

pawn Код:
public OnPlayerConnect(playerid)
{
    SAME CODE....
    return 1;
}
Reply
#2

Yes, but just a little( very little what is not noticeable ) bit. I suggest you to do it with Test() as it is easier to read the code and easier to debug.
Reply
#3

Is there any faster way to move code to other place?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)