Help Me (vehicles id and vehicles pos)y_ini save
#1

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
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); 
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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)