OnLogin Auto Command

Thyr

New member
Messages
78
Points
0
Github
warcraftfrozen
Hello, Anyone can help me create a script that everytime a player Login the game, there is a command will automatically on like @pk, when a player login it auto command @pk himself.

 
- script autoCommand FAKE_NPC,{

end;

OnPCLoginEvent:

atcommand("@commands");

end;

}

 
Back
Top