Else if( szcmd == "repairvehicle" )
{
if ( pPlayer.Vehicle )
{
MessagePlayer( "Your vehicle has been fixed",pPlayer );
pPlayer.Vehicle.Fix();
}
Else MessagePlayer ( "You are not in a vehicle",pPlayer );
}
}
The script won't load or anything, I put "<script file="carrepair.nut" client="0"/>" in the "script.xml" but it won't load.
Did I do something wrong? Sorry. I'm a noob at this.