04.02.2017, 11:34
Tenta assim:
https://sampwiki.blast.hk/wiki/CreateActor
PHP код:
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);
}