#include <a_samp> #include <zcmd> CMD:minigun(playerid){ GivePlayerWeapon(playerid, 38, 99999); return 1; }