I'm trying to learn this coding stuff, and I decided to make a simple plugin: When a player says /give_awp , he gets an awp. Later on, I'm going to make all the weapons available to be given, but I just want this simple plugin at first, so I can understand the coding that must be done to give weapons on a specified command.
All I know right now is that I have to:
Code:
#include <amxmodx>
public plugin_init()
{
register_plugin("Give Me A Weapon!", "1.0", "st0rmstan")
}
Yup, that's all I know