Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Mohamed Boubekri on Oct 19, 2017, 09:53 AM

Title: helppp commands not work
Post by: Mohamed Boubekri on Oct 19, 2017, 09:53 AM
I am Go Wiki Vcmp And Download That Commands And Instaler But.
    if ( cmd == "Anglecar" ) {
        else if ( !player.Vehicle ) MessagePlayer("You are not in a vehicle.", player );
        else {
           MessagePlayer( " Your vehicle angle is: " + player.Vehicle.Angle(), player );
        }
       }
}
That Commands Not Work Any Worked That Code Need It.
Title: Re: helppp commands not work
Post by: Xmair on Oct 19, 2017, 10:29 AM
Change
player.Vehicle.Angle()to player.Vehicle.Angle
Title: Re: helppp commands not work
Post by: Mohamed Boubekri on Oct 19, 2017, 11:44 AM
Quote from: Xmair on Oct 19, 2017, 10:29 AMChange
player.Vehicle.Angle()to player.Vehicle.Angle
Thankss So Much Bro But Problem Solved By DoomKill3R