Advertisement
Guest User

real quick

a guest
Jul 7th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. function spawnLort(playerSource)
  2.  
  3. outputChatBox("You are now searching", playerSource)
  4. setPedAnimation( playerSource, "BOMBER", "BOM_Plant")
  5. setPedFrozen ( playerSource, true )
  6. setTimer(lootResult, 2000, 1, playerSourec)
  7. function lootResult(playerSource)
  8. setPedAnimation( playerSource, false )
  9. setPedFrozen( playerSource, false )
  10. end
  11. end
  12. addCommandHandler("search", spawnLort)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement