onPlayerEnterVehicle and onPlayerExitVehicle

Issue #19 closed
athert created an issue

both events onPlayerExitVehicle and onPlayerEnterVehicle doesnt work. Script =>

function onPlayerEnterVehicle(ID,carid,seatid) { print("1"); sendPlayerMessage(ID,"you enter vehicle on :"+seatid+" seat."); }

function onPlayerExitVehicle(ID,carid) { print("2"); sendPlayerMessage(ID,"you leave vehicle."); }

<= i send message to player and serverConsole for test but it doesnt work

Comments (1)

  1. athert reporter

    It looks like i have already defined this function in gamemode. Im really sorry for my mistake. Closed.

  2. Log in to comment