Advertisement
KingOfVC

your madar

Jan 8th, 2016
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.20 KB | None | 0 0
  1. function onPlayerJoin( pPlayer )
  2. {
  3.         messagez.push({name = pPlayer.Name,
  4.             team = pPlayer.Team,
  5.             country = geoip_country_name_by_addr( pPlayer.IP ),
  6.             type = 1
  7.     });
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement