[FilterScript] [MySQL] Shot recorder - Records shot with appropriate bodytype
#1

Shot Recorder
Version: v0.1
Last updated: N/A
Description

This filterscript allows to you save all the shots a player shot and saves them with the bodypart type.

Media



Features
  • See all your shots in /shots (or other's shots with /shots [ID])
  • Easily edited
  • Uses MySQL R39-6 by BlueG
  • User friendly
  • Readablilty
  • Good performance
Credits

AjaxM - The script
SA-MP Team - SA-MP
BlueG - MySQL
Yashas / Zeex - I-ZCMD
Pottus - Pointed out things to be fixed
oMa37 - Pointed out the fix for github

Bugs

Tested ; No bugs found.

Table Creation

You should manually create the table with the following code:

PHP Code:
CREATE TABLE `YOUR_PORT_HERE`.`ShotRecords`(
    `
IDINT(15NOT NULL AUTO_INCREMENT ,
    `
NameVARCHAR(25NOT NULL ,
    `
ChestINT(11NOT NULL ,
    `
TorsoINT(11NOT NULL ,
    `
LeftArmINT(11NOT NULL ,
    `
RightArmINT(11NOT NULL ,
    `
LeftLegINT(11NOT NULL ,
    `
RightLegINT(11NOT NULL ,
    `
HeadINT(11NOT NULL ,
    `
MissedINT(15NOT NULL ,
    
PRIMARY KEY  (`ID`))
    
ENGINE InnoDB
Note: You should change the 'YOUR_PORT_HERE' to your database port.

Download

GITHUB

Thanks & enjoy.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)