03.04.2011, 19:52
at onplayerconnect, do return 0; ( I think that will work). Then open a new public function like: publicfunction(playerid); Put that in onplayerconnect.
then use in that public function your stuff.
Like:
forward mypublicfunction(playerid);
public function(playerid)
{
blabla
return 1;
}
then use in that public function your stuff.
Like:
forward mypublicfunction(playerid);
public function(playerid)
{
blabla
return 1;
}