Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stock KillPlayersSelected(...)
- {
- for(new i; i < numargs(); ++i)
- {
- if(!IsPlayerConnected(i)) printf("%d has not dead",getarg(i));
- else printf("%d has dead",getarg(i)), SetPlayerHealth(i, 0);
- }
- }
- // Matar Players em Massa!.
- // USO:
- KillPlayersSelected(10,60,345,1,5,6,7,8,9,45,100);
- todos os players selecionados serĂ£o mortos.
Advertisement
Add Comment
Please, Sign In to add comment