tell me, testers!
#1

So.. I have never tested this out..
what would be better(with the fastest funtionality) to use for creating a funtion.

1. Using forwarding and public
pawn Код:
forward BLaBLa()
public BLaBla()
{
}
2. Using "stock"
pawn Код:
stock BLaBLa(param,param)
{
}
3. Without any text in front
pawn Код:
BlaBLa(param,param)
{

}
Reply


Messages In This Thread
tell me, testers! - by GaGlets(R) - 28.07.2010, 23:46
Re: tell me, testers! - by woot - 29.07.2010, 00:02
Re: tell me, testers! - by snoob - 29.07.2010, 00:14
Re: tell me, testers! - by GaGlets(R) - 29.07.2010, 01:33

Forum Jump:


Users browsing this thread: 1 Guest(s)