30.10.2014, 13:23
(
Последний раз редактировалось maddinat0r; 30.10.2014 в 15:13.
)
Quote:
the ORM:ID can use in Pre-Var system ? just like this
new ORM:ormid = SetPVarInt(playerid, "ORM:ORM_ID", orm_create("accounts", SQL)); ? |
Код:
//save SetPVarInt(playerid, "orm-id", _:orm_create("table", SQL)); //load new ORM:id = ORM:GetPVarInt(playerid, "orm-id");