• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

STANDALONE (ESX/QB) Open Source PUG Repo Job (1 Viewer)

DeputyStrand

Moderator
Staff member
Joined
Mar 10, 2023
Messages
132
Reaction score
43
Points
28
Location
Malaysia
Credits
4,409


CREDITS FOR SQL GOES TO @milanwillet
SQL:
CREATE TABLE IF NOT EXISTS `pug_repojob` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `citizenid` varchar(50) DEFAULT NULL,
  `reporep` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4;
 
Last edited:

DeputyStrand

Moderator
Staff member
Joined
Mar 10, 2023
Messages
132
Reaction score
43
Points
28
Location
Malaysia
Credits
4,409
sql you can create yourself is very easy actually
there is a readme file inside have some information
 
  • Post hidden due to user being banned.

hamzabenghenia

Well-known member
Joined
Jan 21, 2024
Messages
274
Reaction score
28
Points
28
Credits
462
bro its very nice amazing job tanks
-=Stripped Content=-

CREDITS FOR SQL GOES TO @milanwillet
SQL:
CREATE TABLE IF NOT EXISTS `pug_repojob` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `citizenid` varchar(50) DEFAULT NULL,
  `reporep` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4;
wow thank you so much
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

2k14

Well-known member
Joined
Jan 2, 2022
Messages
501
Reaction score
36
Points
28
Credits
211
-=Stripped Content=-

CREDITS FOR SQL GOES TO @milanwillet
SQL:
CREATE TABLE IF NOT EXISTS `pug_repojob` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `citizenid` varchar(50) DEFAULT NULL,
  `reporep` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4;
thank you for this i hope it works
 

Users who are viewing this thread

Top