Advertisement
KingOfVC

momo server

Aug 18th, 2014
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function onPickupPickedUp( player, pickup )
  2. {
  3. if( pickup.Model == 408 )
  4. {
  5. player.cash += 1000;
  6. EMessage( player.Name + " has picked up a Cash pickup from Bank and gained $1000.")
  7. pickup.RespawnTime = 60;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement