Basic Admin Plugin Template

Started by rulk, Oct 17, 2015, 11:13 AM

Previous topic - Next topic

rulk

Hya chaps,

I have created a basic example for using the VC:MP plugin feature.

This is aimed at new VC:MP plugin developers, who wish to know how-to create a DLL to recieve callbacks from the server and how-to use the VC:MP plugin functions.

There are no DLL downloads, this is simply a c++ source template.

Template Download - written in Visual Studio 2015 - compiled on BSD using VisualGDB

Compiled and Tested on
  • windows 8 64bit
  • windows 7 32bit
  • FreeBSD 10 64bit
  • FreeBSD 10 32bit

Special Thanks to VRocker/AdTec_224's Hasloader example.
We are all god's children.

KAKAN

Is this what you are trying to make?
http://forum.vc-mp.org/?topic=407.0

Anyway, nice work!
oh no

rulk

  • Quote from: KAKAN on Oct 17, 2015, 11:54 AMIs this what you are trying to make?
    http://forum.vc-mp.org/?topic=407.0

    Anyway, nice work!

    Hya @KAKAN

    No, this is a basic template tutorial on how to create a 32/64 bit plugin for both windows and Linux. ( tested on BSD, not Linux )

    it only implements the following commands, demonstrating how-to receive callbacks from the server.

    '/'
    • kick
    • ban
    • banip
    • unbanip
    • getip

    Hope this clarifies it for you.
We are all god's children.

SAzEe21

Hmmmm nyc work.. Keep it up....

KAKAN

yEA, IT did, it would be useful for many newbies
oh no

EK.IceFlake

Great work, 'twill surely help me!