Call pbulic?
#2

What do you mean?
You could make your own public and forward it for example:
pawn Код:
forward ThisIsAPublicFunction()
public ThisIsAPublicFunction()
{
//do something here
}

public OnGameModeInit()
{
ThisIsAPublicFunction(); //will call this public function
return 1;
}
Reply


Messages In This Thread
Call pbulic? - by Qur - 19.07.2012, 21:02
Re: Call pbulic? - by nepstep - 19.07.2012, 21:06
Re: Call pbulic? - by Qur - 19.07.2012, 21:11
Re: Call pbulic? - by nepstep - 19.07.2012, 21:25

Forum Jump:


Users browsing this thread: 1 Guest(s)