resetWindVelocity | Multi Theft Auto: Wiki Skip to content

resetWindVelocity

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function resets the wind velocity in San Andreas to its default state.

Syntax

resetWindVelocity ( )

Code Examples

server

This example returns the wind velocity to a player if they use the command 'resetwindvelocity'.

function commandResetWindVelocity()
resetWindVelocity()
outputChatBox("Wind velocity reset to default", 0, 255, 0)
end
addCommandHandler("resetwindvelocity", commandResetWindVelocity)

See Also

World Functions