Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- main()
- {
- level waittill("round_started");
- players = GetEntArray("player","classname");
- for(i=0;i<players.size;i++)
- {
- players[i] Suicide();
- players[i] iPrintlnBold("^3WTF are you doing ^9" + players[i].name + "^3?!!!");
- players[i] sayAll("I must have been born on the highway because that is where most of the accidents happen...");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement