30.01.2014, 16:30
pawn Код:
orm_setkey(ormid, "ID");
orm_select(ormid, "OnPlayerDataLoad", "d", playerid);
https://sampforum.blast.hk/showthread.php?tid=461766 - as you can see, in this example in first select, the primary key is player name, which already is assigned to Player[playerid][Name]. So
pawn Код:
orm_setkey(ormid, "ID");
//to
orm_setkey(ormid, "Name");