01.12.2015, 20:52
hi if i have those scripts and i want to make them on mysql can some1 give me an idea?
INI_Int("Vehicle1",PlayerInfo[playerid][pVehicle1]);
INI_Float("Vehicle1X",PlayerInfo[playerid][pVehicle1X]);
INI_String("Vehicle1Plate",PlayerInfo[playerid][pVehicle1Plate]);
and this thoo
INI_WriteInt(File,"Vehicle1",PlayerInfo[playerid][pVehicle1]);
INI_WriteFloat(File,"Vehicle1X",PlayerInfo[playerid][pVehicle1X]);
INI_WriteString(File,"Vehicle1Plate",PlayerInfo[playerid][pVehicle1Plate]);pls i don't know how to make them work with mysql
INI_Int("Vehicle1",PlayerInfo[playerid][pVehicle1]);
INI_Float("Vehicle1X",PlayerInfo[playerid][pVehicle1X]);
INI_String("Vehicle1Plate",PlayerInfo[playerid][pVehicle1Plate]);
and this thoo
INI_WriteInt(File,"Vehicle1",PlayerInfo[playerid][pVehicle1]);
INI_WriteFloat(File,"Vehicle1X",PlayerInfo[playerid][pVehicle1X]);
INI_WriteString(File,"Vehicle1Plate",PlayerInfo[playerid][pVehicle1Plate]);pls i don't know how to make them work with mysql