Anubhav Posted January 9, 2015 Share Posted January 9, 2015 mtasa://37.59.111.116:22003 ( Just did CTRL+V and this came up. My testing server for zi. Don't come to it, it's passworded. LOL! ) Link to comment
Anubhav Posted January 23, 2015 Share Posted January 23, 2015 We're performing maintenance on our board right now. Please check later today. Link to comment
#MostafaSaadi Posted February 28, 2015 Share Posted February 28, 2015 http://2012halamadrid2012.blogspot.co.il/ Link to comment
Blast3r Posted February 28, 2015 Share Posted February 28, 2015 http://steamcommunity.com/sharedfiles/f ... =399899185 Link to comment
Jaysds1 Posted March 1, 2015 Share Posted March 1, 2015 ID: User: Email: Address: City: State/Province: Country: Last Used IP: Account Created: Account Last Modified: Account Last Online: ID: User: Email: Address: City: State/Province: Country: Last Used IP: Account Created: Account Last Modified: Account Last Online: <? $_q = $_sql->query('SELECT * FROM accounts'); while($a = $_q->fetch_object()) echo " {$a->id} {$a->user} {$a->email} {$a->address} {$a->city} {$a->state} {$a->country} {$a->ip} {$a->created} {$a->modified} {$a->laston} "; $_q->free_result(); ?> Link to comment
roaddog Posted March 9, 2015 Share Posted March 9, 2015 --[[ gates = { { pos={ x, y, z}, rot={x, y, z}, model=980, world={ int, dim}, size=2, res={ team={""}, job={""}}, move={x, y, z}, animation={enter, leave}, settings={ vehicle=boolean}}, } --]] Link to comment
TheSmart Posted March 12, 2015 Share Posted March 12, 2015 NEWS: mummified bodies discovered on Mexico’s highest peak: http://po.st/mummy Link to comment
TheSmart Posted March 17, 2015 Share Posted March 17, 2015 why its not working function makePed() ped1 = createPed(107, 2490.5, -1651.5, 13.5) setPedRotation(ped1, 90.0041198) setPedAnimation( ped1, "ped", "SHP_Tray_Return") end addEventHandler("onResourcesStart", getRootElement(), makePed) Link to comment
Anubhav Posted March 18, 2015 Share Posted March 18, 2015 function elevator (player, cmd, x1, x2, x3, col1, col2, col3, alpha, size ) local x, y, z = getElementPosition (player) if x1 and x2 and x3 and col1 and col2 and col3 and alpha and size then local newV = x2 + 2 local yzz = y + 2 px, py, pz = x1, newV, x3 tx, ty, tz = x, yzz, z marker1 = createMarker ( x, y, z + 1, "arrow",2, col1, col2, col3, alpha ) marker2 = createMarker ( tonumber(x1), tonumber(x2), tonumber(x3) + 1, "arrow", size, col1, col2, col3, alpha ) else outputChatBox ("[invalid Syntax]: /addelevator [x], [y], [z], [Col1], [Col2], [Col3], [Alpha], ", player, 255, 0, 0 ) end end addCommandHandler("addelevator", elevator ) addEventHandler("onMarkerHit", root, function(hitPlayer) if isElement(marker1) and (source = marker1) then if (getElementType(hitPlayer) = "player") then setElementPosition(hitPlayer, px, py, pz) fadeCamera ( hitPlayer, false, 0.1, 255, 0, 0 ) setTimer ( fadeCamera, 500, 1, hitPlayer , true, 0.5 ) end end end ) addEventHandler("onMarkerHit", root, function(hitPlayer) if isElement(marker2) and (source = marker2) then if (getElementType(hitPlayer) = "player") then setElementPosition(hitPlayer, tx, ty, tz) fadeCamera ( hitPlayer, false, 0.1, 255, 0, 0 ) setTimer ( fadeCamera, 500, 1, hitPlayer , true, 0.5 ) end end end ) Link to comment
TheSmart Posted March 18, 2015 Share Posted March 18, 2015 i want to make that ped have gun or if player shoot him ped will kill him with his gun Link to comment
Anubhav Posted March 19, 2015 Share Posted March 19, 2015 http://www.php.net/downloads.php Link to comment
.:DoA:.Backflip Posted March 21, 2015 Share Posted March 21, 2015 http://thearmedgang.com/forum/index.php ... lications/ Link to comment
Mr.unpredictable. Posted March 22, 2015 Share Posted March 22, 2015 viewtopic.php?f=91&t=76572 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