Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onPlayerJoin( pPlayer )
- {
- messagez.push({name = pPlayer.Name,
- team = pPlayer.Team,
- country = geoip_country_name_by_addr( pPlayer.IP ),
- type = 1
- });
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement