Thyr New member Messages 78 Points 0 Github warcraftfrozen May 21, 2017 #2 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.
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.
tedexx New member Messages 79 Points 0 May 21, 2017 #3 - script autoCommand FAKE_NPC,{ end; OnPCLoginEvent: atcommand("@commands"); end; }