PawkoW

Prop Count Lemon

Mar 30th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. gateName("Prop Count")
  2.  
  3. wirelink EGP = self():isWeldedTo()
  4.  
  5. EGP:egpClear()
  6.  
  7. for(number I = 1; I < maxPlayers(); I++ )
  8. {
  9. function vector2 po(number X, number Y) {
  10. return vec2(X + 256, Y + 256)
  11. }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment