if (!strcmp(cmdtext, "/comando", true))
{
PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
SetPlayerInterior(playerid, 4);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerPos(playerid, posicionx,posiciony,posicionz);
new variable=CreateVehicle(auto, posicionx,posiciony,posicionz 3, 3, 10);
PutPlayerInVehicle(playerid, variable, 0);