10.03.2017, 05:09
Quote:
They do NOT use player IDs/slots on the server and CANNOT be handled like NPCs. |
Quote:
Something tells me this means they can't be handled with an array variable.
|
Quote:
These 'actors' are like NPCs, however they have limited functionality. |
Код:
new ActorCJ; public OnGameModeInit() { // Create an actor (CJ) at Blueberry Acres (Center of SA map) ActorCJ = CreateActor(0, 0.0, 0.0, 3.0, 0.0); }
Quote:
ActorCJ |