• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

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