Can someone explain this to me?
#1

So guys I've been programming in pawn for a year or two and I still don't understand what's the difference between

Code:
stock Something()
{
   return 1;
}
and

Code:
Something()
{
    return 1;
}
Reply


Messages In This Thread
Can someone explain this to me? - by andrejc999 - 16.06.2016, 09:38
Re: Can someone explain this to me? - by Sjn - 16.06.2016, 09:42
Re: Can someone explain this to me? - by andrejc999 - 16.06.2016, 14:25

Forum Jump:


Users browsing this thread: 1 Guest(s)