[FilterScript] [MySQL R41-4] Dynamic Update System
#7

Nice job here. Do you think your system can be a good sample to make a vehicle ownership system? Also i see you haven't used any enums, just normal mysql queries.

FYI, i'm referring to something like:

pawn Code:
#define MAX_REPORTS 50

enum rData
{
    reportID,
    reporterName,
    reportedPlayer,
    reportedReason
}

new ReportData[MAX_REPORTS][rData];
Reply


Messages In This Thread
[MySQL R41-4] Dynamic Update System - by solstice_ - 17.03.2019, 01:32
Re: [MySQL R41-4] Dynamic Update System - by Ponga - 17.03.2019, 04:57
Re: [MySQL R41-4] Dynamic Update System - by TheToretto - 17.03.2019, 07:00
Re: [MySQL R41-4] Dynamic Update System - by d3Pedro - 17.03.2019, 07:20
Re: [MySQL R41-4] Dynamic Update System - by Logic_ - 17.03.2019, 07:45
Re: [MySQL R41-4] Dynamic Update System - by solstice_ - 17.03.2019, 21:03
Re: [MySQL R41-4] Dynamic Update System - by SymonClash - 17.03.2019, 22:11
Re: [MySQL R41-4] Dynamic Update System - by Variable™ - 17.03.2019, 22:45
Re: [MySQL R41-4] Dynamic Update System - by liszt - 18.03.2019, 14:03
Re: [MySQL R41-4] Dynamic Update System - by Private200 - 19.03.2019, 23:50

Forum Jump:


Users browsing this thread: 1 Guest(s)