Le code complet :
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Nexus RP 0.1 Alpha");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
CreateVehicle(462, 2023.0393, 1358.6841, 10.8203, 254.2707, 1, 1, 60); // Scooter 2 location spawn
}