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

It doesn't matter. The only thing is, that you can only use public functions for timers - while stock functions do not work for timers.
Reply
#3

public function can also be called from other script unsing CallRemoteFunction
https://sampwiki.blast.hk/wiki/CallRemoteFunction
Reply
#4

But witch dones funtion faster?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)