You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 0 | SPECIAL_ACTION_NONE | Clears player of special actions |
19
+
| 1 | SPECIAL_ACTION_DUCK \*| Detect if the player is crouching. |
19
20
| 2 | SPECIAL_ACTION_USEJETPACK | Will make the player using jetpack |
21
+
| 3 | SPECIAL_ACTION_ENTER_VEHICLE \*| Detect if the player is entering a vehicle via an animation. |
22
+
| 4 | SPECIAL_ACTION_EXIT_VEHICLE \*| Detect if the player is exiting a vehicle via an animation. |
20
23
| 5 | SPECIAL_ACTION_DANCE1 | Applies dancing animation for player |
21
24
| 6 | SPECIAL_ACTION_DANCE2 | Applies dancing animation for player |
22
25
| 7 | SPECIAL_ACTION_DANCE3 | Applies dancing animation for player |
@@ -25,13 +28,10 @@ Special actions marked with \* cannot be set using [SetPlayerSpecialAction](../f
25
28
| 11 | SPECIAL_ACTION_USECELLPHONE | Will make the player speaking on cellphone |
26
29
| 12 | SPECIAL_ACTION_SITTING \*| Detects if the player is sitting |
27
30
| 13 | SPECIAL_ACTION_STOPUSECELLPHONE | Makes players stop using cellphone |
28
-
| 1 | SPECIAL_ACTION_DUCK \*| Detect if the player is crouching. |
29
-
| 3 | SPECIAL_ACTION_ENTER_VEHICLE \*| Detect if the player is entering a vehicle via an animation. |
30
-
| 4 | SPECIAL_ACTION_EXIT_VEHICLE \*| Detect if the player is exiting a vehicle via an animation. |
31
31
| 20 | SPECIAL_ACTION_DRINK_BEER | Will increase the player's drunk level when used |
32
32
| 21 | SPECIAL_ACTION_SMOKE_CIGGY | Will give the player a cigar. |
33
33
| 22 | SPECIAL_ACTION_DRINK_WINE | Will give the player a wine bottle to get drunk from |
34
34
| 23 | SPECIAL_ACTION_DRINK_SPRUNK | Will give the player a sprunk bottle to drink from |
35
-
| 68 | SPECIAL_ACTION_PISSING | Will make the player perform the pissing animation with visible pee (**the macro is not present in the SA-MP include files**). |
36
35
| 24 | SPECIAL_ACTION_CUFFED | Will force the player in to cuffs (hands are behind their back) (**does not work on CJ skin**). |
37
36
| 25 | SPECIAL_ACTION_CARRY | Will apply a 'carrying' animation to the player and make them unable to sprint, jump or punch (**does not work on CJ skin**). |
37
+
| 68 | SPECIAL_ACTION_PISSING | Will make the player perform the pissing animation with visible pee (**the macro is not present in the SA-MP include files**). |
Copy file name to clipboardExpand all lines: frontend/i18n/nl/docusaurus-plugin-content-docs/current/scripting/resources/specialactions.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,18 @@ tags: ["player"]
8
8
Deze pagina bundelt de speciale acties voor [GetPlayerSpecialAction](../functions/GetPlayerSpecialAction) en [SetPlayerSpecialAction](../functions/SetPlayerSpecialAction).
9
9
10
10
:::warning
11
+
11
12
Acties met \* kunnen niet via `SetPlayerSpecialAction` gezet worden.
0 commit comments