-
Notifications
You must be signed in to change notification settings - Fork 12
util.inc
Larceny- edited this page Aug 7, 2015
·
2 revisions
util.inc is an include where the contributors can add macros and functions to facilitate coding.
PlaySelectSound(playerid)
Sound used when the player selects something or enter a checkpoint.
PlayConfirmSound(playerid)
Sound used when the player confirms something.
PlayErrorSound(playerid)
Sound used when the player is not permitted to do something.
PlayCancelSound(playerid)
Sound used when the player cancel some action.
ClearPlayerScreen(playerid)
Clears the player's chat.
IsPlayerInArea(playerid, Float:minx, Float:miny, Float:maxx, Float:maxy)
Checks if a player is in an area.
PlayMissionPassedSound(playerid)
Plays the GTA:SA passed mission sound.