22.03.2012, 14:50 
	
	
	
		So im sitting here with a problem, i want to make car fixing system, when i make it and try to use, then it doesnt do anything... The system looks like this:
	
	
	
	
PHP код:
if (strcmp("/fix", cmdtext, true, 10) == 0)
    {
        SetVehicleHealth(playerid, 1000);
        return 1;
    } 



. Rep+ for you