MySQL Help?
#1

Can anyone help with this MySQL Help, I got this table;


But how would I make a command /saveveh, and it would save this to the table? (I know how to load it on GameModeInit)
Reply
#2

I started the command but I dunno how I would do it from here;
pawn Код:
CMD:saveveh(playerid, params[])
{
    if(playerVariables[playerid][pAdmin] >= 3)
    (
        new szQuery[128];
        format(szQuery, sizeof(szQuery), "UPDATE vehicles INSERT vModel = '%d' AND
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)