Brunoo16 / samp-server-weapons

Weapons totally controlled by the server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

samp-server-weapons

samp-rcon-commands

Installation

Simply install to your project:

sampctl package install BrunoBM16/samp-server-weapons

Include in your code:

#include <sv-weap>

Description

This include will only synchronize weapons given by the server, otherwise players would see you with no weapon in hands (fists). It also covers ammo.

Totally compatible with filterscripts. No adaptation needed since it checks when the server sends those RPCs (GivePlayerWeapon, SetSpawnInfo, RequestClass, etc) to the client.

About

Weapons totally controlled by the server.

License:GNU General Public License v3.0


Languages

Language:Pawn 100.0%