Duplicate Key!
#10

Rappy@: Yes

Aly:
Код HTML:
stock OnVehInsert(r, playerid)
{
    new ORM:ormid = Veh[r][ORM_ID] = orm_create("vehicles",MySQLCon);
    orm_addvar_int(ormid, Veh[r][ID], "ID"); //this is the key
    orm_addvar_int(ormid, Veh[r][Owner], "Owner");
    orm_addvar_int(ormid, Veh[r][Model], "Model");
    orm_addvar_float(ormid, Veh[r][PosX], "PosX");
    orm_addvar_float(ormid, Veh[r][PosY], "PosY");
    orm_addvar_float(ormid, Veh[r][PosZ], "PosZ");
    orm_addvar_float(ormid, Veh[r][VAngle], "VAngle");
    orm_addvar_int(ormid, Veh[r][ServerID], "ServerID");
    orm_setkey(ormid,"ID");
}
Reply


Messages In This Thread
Duplicate Key! - by norton2 - 24.09.2015, 16:43
Re: Duplicate Key! - by Aly - 24.09.2015, 16:58
Re: Duplicate Key! - by norton2 - 24.09.2015, 17:05
Re: Duplicate Key! - by Aly - 24.09.2015, 17:11
Re: Duplicate Key! - by norton2 - 24.09.2015, 17:15
Re: Duplicate Key! - by Aly - 24.09.2015, 17:19
Re: Duplicate Key! - by norton2 - 24.09.2015, 17:24
Re: Duplicate Key! - by Aly - 24.09.2015, 17:36
Re: Duplicate Key! - by rappy93 - 24.09.2015, 17:37
Re: Duplicate Key! - by norton2 - 24.09.2015, 17:42

Forum Jump:


Users browsing this thread: 2 Guest(s)