26.03.2016, 14:31
YOu can use actors for that.
https://sampwiki.blast.hk/wiki/CreateActor
https://sampwiki.blast.hk/wiki/CreateActor
Код:
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); }