2Dope Posted July 16, 2011 Posted July 16, 2011 Hello , So im working on a server, Obv >_> , And I have a custom bank interior , Inwhich it loads late when i enter it , By any chance could someone make me a small script that freezes the person for 1 second upon entering a interior?
JR10 Posted July 16, 2011 Posted July 16, 2011 setPedFrozen setTimer ???? like: --on Player enter the interior setPedFrozen(player, true) setTimer(setPedFrozen, 1000, 1, player, false) And next time try something yourself first. Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
JR10 Posted July 16, 2011 Posted July 16, 2011 No problem. Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now