Plug-ins

Questions, comments, and news on the server side plug-ins and it's API
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post 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);
ImageJeffM
User avatar
BIYA
Corporal
Corporal
Posts: 891
Joined: Fri Dec 03, 2004 1:43 am
Location: Fredericksburg, Virginia
Contact:

Post 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.
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post 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.
ImageJeffM
Post Reply