Recommended Posts
Recommended
@Dima_Ivanov
function enterVehicle (thePlayer, seat)
if seat == 0 then
outputChatBox (getPlayerName(thePlayer) .. ": Завел(а) машину", thePlayer)
end
end
addEventHandler ("onVehicleEnter", getRootElement(), enterVehicle)
Recommended by
HomoS

This topic is now closed to further replies.
-
Similar Content