qaisjp Posted October 1, 2011 Share Posted October 1, 2011 function blockPM(msg,r) if (getPlayerName® == "Bob") then -- If they sent a PM to "Bob" cancelEvent() -- Then cancel it outputChatBox("Bob is not accepting PM's at this time.",source,255,0,0) -- And output it was cancelled. end end addEventHandler("onPlayerPrivateMessage",getRootElement(),blockPM) dont ask Link to comment
mjau Posted October 7, 2011 Share Posted October 7, 2011 addEventHandler( "giveweapon", getRootElement(), giveTheWeapon ) was scripting Link to comment
diegofkda Posted October 8, 2011 Share Posted October 8, 2011 [url=http://www.partition-tool.com/]http://www.partition-tool.com/[/url] dang I gave that link to a friend Link to comment
qaisjp Posted October 8, 2011 Share Posted October 8, 2011 [url=http://bit.ly/mtasabank]http://bit.ly/mtasabank[/url] lol i was showing it irc Link to comment
Deagle Posted October 9, 2011 Share Posted October 9, 2011 Trebuie să aveţi cel puţin 18 ani pentru a viziona acest videoclip sau pentru a accesa acest grup. Link to comment
qaisjp Posted October 9, 2011 Share Posted October 9, 2011 viewtopic.php?f=108&t=30494&p=374979#p37497 Link to comment
qaisjp Posted October 9, 2011 Share Posted October 9, 2011 [20:45] lil_Toady is a toady? Link to comment
Phat Looser Posted October 17, 2011 Share Posted October 17, 2011 Quoting urself is like touching urself. Link to comment
qaisjp Posted October 17, 2011 Share Posted October 17, 2011 PhatLooser was that a paradox? Link to comment
mjau Posted October 19, 2011 Share Posted October 19, 2011 function Superman.onJump(key, keyState) local self = Superman local task = getPlayerSimplestTask(localPlayer) if not isPlayerFlying(localPlayer) then if task == "TASK_SIMPLE_IN_AIR" then setElementVelocity(localPlayer, 0, 0, TAKEOFF_VELOCITY) setTimer(Superman.startFlight, 100, 1) end end end Well was making superman adminspawned only and i copied that to move it to another file.... Link to comment
12p Posted October 19, 2011 Share Posted October 19, 2011 es.pornhub.com Not true, this is the real CTRL + V http://www.coches20.com/wp-content/uplo ... -107-c.jpg Link to comment
qaisjp Posted October 20, 2011 Share Posted October 20, 2011 http://upload.wikimedia.org/wikipedia/c ... 46.svg.png Link to comment
RiD Posted October 20, 2011 Share Posted October 20, 2011 /lib/dsp/* /usr/lib/libbridge.so.2 /usr/lib/gstreamer-0.10/libgstdsp.so /lib/modules/2.6.28.10-power49/bridgedriver.ko /etc/modprobe.d/bridgedriver lol... Link to comment
Deagle Posted October 23, 2011 Share Posted October 23, 2011 http://www.chisinau-irc.org/forum/Theme ... _topic.gif Link to comment
Phat Looser Posted October 24, 2011 Share Posted October 24, 2011 "Please come back when you stopped spamming. You will never be mod." Link to comment
qaisjp Posted October 25, 2011 Share Posted October 25, 2011 https://docs.google.com/document/d/1vq6 ... t?hl=en_US Link to comment
Spanish4Life Posted October 27, 2011 Share Posted October 27, 2011 http://i-wanna-a-lol.net23.net/ had my web copyed to spam it on #mta Link to comment
mjau Posted October 27, 2011 Share Posted October 27, 2011 GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Memo = {} GUIEditor_Radio = {} GUIEditor_Grid = {} Idk why that is copied Link to comment
Deagle Posted October 30, 2011 Share Posted October 30, 2011 regsvr32 C:\Windows\System32\d3dx9_26.dll Link to comment
mjau Posted October 31, 2011 Share Posted October 31, 2011 'Activity module Sub Process_Globals 'These global variables will be declared once when the application starts. 'These variables can be accessed from all modules. End Sub Sub Globals 'These global variables will be redeclared each time the activity is created. 'These variables can only be accessed from this module. End Sub Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("MainMenu") End Sub Sub Activity_Resume End Sub Sub Activity_Pause (UserClosed As Boolean) End Sub Sub Button1_Click Msgbox("Hello World", "My name is Kimmis") End Sub Link to comment
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