Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. @name HvemPDRaider - ULOVLIG
  2. if(first()){
  3. runOnChat(1)
  4. }
  5. if(chatClk()){
  6. Chat=lastSaid():lower():explode(" ")
  7. if(Chat[1,string]=="/pdraid"){
  8. print(""+lastSpoke():steamID()+" PD Raider lige nu!")
  9. }
  10. }
  11.  
  12. if(chatClk()){
  13. Chat=lastSaid():lower():explode(" ")
  14. if(Chat[1,string]=="/pdraidjoin"){
  15. print(""+lastSpoke():steamID()+" Har lige joinet et PD Raid")
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement