Quote:
Originally Posted by ]Rafaellos[
pawn Код:
CMD:rm(playerid, params[]) { if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER) { new veh = GetPlayerVehicleID(playerid); SetVehiclePos(veh, -4411.3794,4207.3994,187.6803); SetVehicleZAngle(veh, 0); LinkVehicleToInterior(veh, 0); SetVehicleVirtualWorld(veh, 0); PutPlayerInVehicle(playerid, veh, 0); SetCameraBehindPlayer(playerid); } else { SetPlayerPos(playerid, -4411.3794,4207.3994,187.6803); SetPlayerFacingAngle(playerid, 0); SetPlayerInterior(playerid, 0); SetPlayerVirtualWorld(playerid, 0); SetCameraBehindPlayer(playerid); } return 1; }
|
So I sit as a passenger and there was no driver empty only me in the passenger sit. Then I do /rm it teleports me to the place then I automatically switched passenger to driver is that normal?
Right now I haven't tried with driver coz im the only one in the server.