Page 2 of 2

Posted: Tue Aug 09, 2005 3:33 pm
by JeffM
you call a bunch of functions, and bzfs does most of the work for you.

You don't need to know how the protocoll works, or anything like that. It is VERY high level.

If you know C++ you should be fine. Plugins are very OS independent, because BZFS takes care of most things.

take a look at bzfsAPI.h and you'll see the functions you have, they are nice and high level like

Code: Select all

bz_fireWorldWep("SW",(float)bz_getBZDBDouble("_reloadTime"),playerToUse,dieData->pos,0,0,0,0.0f);

Posted: Tue Aug 09, 2005 6:41 pm
by BIYA
It would be nice like for the hideadmin, just like how the slots work. If your not an admin you dont see them but if you are you see them. So the NORMAL players cant see the symbols but admins can.

Posted: Tue Aug 09, 2005 7:38 pm
by JeffM
the plugin can't realy controll who sees it in that case BIYA, all it can do is change the data on the player before it's sent out.

The server dosn't controll the characters that show in front of names, it just says if a player record is admin or not, for everybody.