View Issue Details

IDProjectCategoryView StatusLast Update
0000011Multi Theft AutoScriptingpublic2012-06-27 04:18
ReporterTim Assigned ToCallum  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Target Version0.6Fixed in Version0.6 
Summary0000011: Cancelling events
DescriptionThe ability to "cancel" an event example:

function vehEnter(pID, vID)
cancelEvent() -- stop the player entering
end
addEventHandler("onVehicleEnter", "vehEnter")
TagsNo tags attached.

Activities

Callum

2012-06-26 23:10

administrator   ~0000007

The vast majority of events cannot be cancelled, as the clients tell the server what is happening, the server simply relays the data to all the other players.

Issue History

Date Modified Username Field Change
2012-06-25 06:22 Tim New Issue
2012-06-25 12:12 Callum Target Version => 0.6
2012-06-26 23:10 Callum Note Added: 0000007
2012-06-27 04:18 Callum Status new => resolved
2012-06-27 04:18 Callum Fixed in Version => 0.6
2012-06-27 04:18 Callum Resolution open => fixed
2012-06-27 04:18 Callum Assigned To => Callum