07.03.2015, 12:39
Hello 
i want Smail Somthings
i Done Made Code Car Spawn
But now i Want Make with y_ini Saving The Vehicles ID And Vehicles Pos and vehicles interior id
Like This Way Saving Y_ini
i try hard to make it Vehicles ID Put in file and Vehicles Pos and interior in ****** i cant find somthings like that
please help me +rep

i want Smail Somthings
i Done Made Code Car Spawn
But now i Want Make with y_ini Saving The Vehicles ID And Vehicles Pos and vehicles interior id
Like This Way Saving Y_ini
PHP код:
enum pInfo
{
pPass,
}
new PlayerInfo[MAX_PLAYERS][pInfo];
forward LoadUser_data(playerid,name[],value[]);
public LoadUser_data(playerid,name[],value[])
{
INI_Int("Password",PlayerInfo[playerid][pPass]);
return 1;
}
new INI:File = INI_Open(UserPath(playerid));
INI_SetTag(File,"data");
INI_WriteInt(File,"Password",udb_hash(inputtext));
INI_Close(File);
please help me +rep

