Skip to content

Commit

Permalink
Update ar/OnActorStreamIn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adib-yg committed Feb 4, 2024
1 parent eb90493 commit 94e1549
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/translations/ar/scripting/callbacks/OnActorStreamIn.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ tags: []

<div dir="rtl" style={{ textAlign: "right" }}>


## الوصف

يتم استدعاء هذا الاستدعاء أو الكال باك عند تدفق الممثل (أكتور) بواسطة كلاينت اللاعب
Expand All @@ -23,6 +22,7 @@ tags: []
دائمًا يتم استدعاؤه أولاً في الفلترسكربتات.

## أمثلة

</div>

```c
Expand All @@ -34,6 +34,7 @@ public OnActorStreamIn(actorid, forplayerid)
return 1;
}
```
<div dir="rtl" style={{ textAlign: "right" }}>
## Notes
Expand All @@ -45,4 +46,5 @@ public OnActorStreamIn(actorid, forplayerid)
قد تكون الاستدعاءات التالية مفيدة، حيث أنها ذات صلة بهذا الاستدعاء بطريقة أو بأخرى.
- [OnActorStreamOut](OnActorStreamOut): يتم استدعاؤه عندما يتم تدفق ممثل (أكتور) خارج كلاينت اللاعب.
</div>
</div>

0 comments on commit 94e1549

Please sign in to comment.