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
#2

https://sampforum.blast.hk/showthread.php?tid=570635
Reply
#3

Thanks..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)