[Ajuda] Como criar NPCs ou BOTs de ajudas a novatos ?
#6

PHP код:
new MyActor;
 
public 
OnGameModeInit()
{
    
MyActor CreateActor(179316.1, -134.0999.690.0); // Actor as a salesperson in Ammunation.
    
if(IsValidActor(MyActor))
    {    
        new 
Text3D:label Create3DTextLabel("Hello, I am new here!"0x008080FF30.040.050.040.00);
        
Attach3DTextLabelToPlayer(labelMyActor0.00.00.7);
    }
    return 
1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)