Vehicles Not Load this my problems :D
#6

Quote:
Originally Posted by sas10
Посмотреть сообщение
sorry i cant understand u
i still have this problems its not load the vehicles :/ please help +rep
PHP код:
public OnPlayerConnect(playerid

    if(
fexist(FolderVehicles.txt(playerid))) 
    { 
        
inline loadvehicle(string:name[], string:value[]) 
        { 
            
INI_Int("model"vInfo[playerid][model]); 
            
INI_Int("world"vInfo[playerid][world]); 
            
INI_Int("interior"vInfo[playerid][interior]); 
            
INI_Float("pos:x"vInfo[playerid][x_]); 
            
INI_Float("pos:y"vInfo[playerid][y_]); 
            
INI_Float("pos:z"vInfo[playerid][z_]); 
        } 
        
INI_ParseFile(FolderVehicles(playerid), "loadvehicle"); 
        
vInfo[playerid][vehicle] = 1
    } 
    else if(!
fexist(FolderVehicles.txt(playerid))) 
    { 
        
vInfo[playerid][vehicle] = 0
    } 
    return 
true

If it doesn't works, are you sure that you have the "FolderVehicles" in your scriptfiles?
Reply


Messages In This Thread
Vehicles Not Load this my problems :D - by sas10 - 07.03.2015, 17:36
Respuesta: Vehicles Not Load this my problems :D - by JuanStone - 07.03.2015, 17:43
Re: Respuesta: Vehicles Not Load this my problems :D - by sas10 - 07.03.2015, 18:25
Re: Vehicles Not Load this my problems :D - by TheSnaKe - 07.03.2015, 18:33
Re: Vehicles Not Load this my problems :D - by sas10 - 07.03.2015, 19:57
Re: Vehicles Not Load this my problems :D - by TheSnaKe - 07.03.2015, 20:03
Re: Vehicles Not Load this my problems :D - by sas10 - 07.03.2015, 20:33
Re: Vehicles Not Load this my problems :D - by sas10 - 07.03.2015, 23:04
Respuesta: Vehicles Not Load this my problems :D - by JuanStone - 08.03.2015, 01:19
Re: Respuesta: Vehicles Not Load this my problems :D - by sas10 - 08.03.2015, 07:41

Forum Jump:


Users browsing this thread: 1 Guest(s)