Difference between revisions of "VN ms module fnc vehicleRespawn remove"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "[[vn_" to "[[VN_") |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
Line 6: | Line 5: | ||
|author= Wyqer, veteran29 | |author= Wyqer, veteran29 | ||
− | |a= | + | |a= global |
− | |e= | + | |e= global |
+ | |||
+ | |n= server | ||
|g1= VehicleRespawn | |g1= VehicleRespawn | ||
− | |d= | + | |d= Removes vehicle from VN Vehicle respawn system. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |s= [] call [[VN_ms_module_fnc_vehicleRespawn_remove]] | + | |s= [vehicle] call [[VN_ms_module_fnc_vehicleRespawn_remove]] |
− | |p1n= | + | |p1n= vehicle |
− | |p1t= | + | |p1t= object |
− | |p1d= | + | |p1d= vehicle to remove from respawn |
|p1v= | |p1v= | ||
Line 42: | Line 30: | ||
|r1d= | |r1d= | ||
− | |x1= <code> | + | |x1= <code>[sogJeep] call [[VN_ms_module_fnc_vehicleRespawn_remove]];</code> |
}} | }} |
Latest revision as of 19:51, 26 February 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Removes vehicle from VN Vehicle respawn system.
Syntax
- Syntax
- [vehicle] call VN_ms_module_fnc_vehicleRespawn_remove
- Parameters
- vehicle: Object - vehicle to remove from respawn
- Return value
- Nothing
Examples
- Example 1
[sogJeep] call VN_ms_module_fnc_vehicleRespawn_remove;