Jump to content

Perfect

Members
  • Posts

    563
  • Joined

  • Last visited

Everything posted by Perfect

  1. A: catch the balloon Q: Where is Chuck Norris ?
  2. this https://community.multitheftauto.com/index.php?p= ... ls&id=4594 and this 2 for i think skins and vehicle mods are not allowed :- https://community.multitheftauto.com/index.php?p= ... ls&id=4593 https://community.multitheftauto.com/index.php?p= ... ls&id=4596
  3. Perfect

    Timed out

    I did'nt type anything before.
  4. Perfect

    Timed out

    not work!! =========================================================== = Multi Theft Auto: San Andreas v1.3 =========================================================== = Server name : Default MTA Server = Server IP address: = Server port : 22004 = = Log file : ..erver/mods/deathmatch/logs/local_server.log = Maximum players : 32 = HTTP port : 22005 = Voice Chat : Disabled =========================================================== [2012-04-25 22:15:22] Resources: 187 loaded, 0 failed [2012-04-25 22:15:22] Starting resources............... [2012-04-25 22:15:25] Server started and is ready to accept connections! [2012-04-25 22:15:25] Type 'help' for a list of commands. [2012-04-25 22:16:25] Server stopped! [2012-04-25 22:16:25] Stopping resources................ [2012-04-25 22:16:25] Closing SQLite3 database and I also notice i am not getting any Latest News. see this http://imageshack.us/photo/my-images/82 ... 04805.png/
  5. Perfect

    Resource

    not that. I mean If we write firefly in console then window pop's up and we can change gun bullets. if we have deagle then we can change deagle bullet to granade or teargas . did you understand? I am bad in english EDIT: Still need reply!!!
  6. Perfect

    ped

    hi all i am making ped control script but i got problem . what is setElementID for control ped ? -- Server Side function Robot () drv = createPed(105,0,0,3) end addEventHandler("onResourceStart",getRootElement(),bot) addCommandHandler("Robot",Robot) --Client Side drvctrls = {forwards="num_8,backwards="num_5",left="num_4",right="num_6",enter_exit="num_0"} function ctrldrv () for ctrl,key in pairs(drvctrls) do setPedControlState(drv,ctrl,getKeyState(key)) end end addEventHandler("onClientPreRender",getRootElement(),ctrldrv)
  7. Perfect

    Timed out

    I install mta 5 or 6 times and its natural local server seems 1st time and this local =========================================================== = Multi Theft Auto: San Andreas v1.3 =========================================================== = Server name : Default MTA Server = Server IP address: = Server port : 22010 = = Log file : ..erver/mods/deathmatch/logs/local_server.log = Maximum players : 32 = HTTP port : 22011 = Voice Chat : Disabled =========================================================== [2012-04-25 10:28:54] Resources: 186 loaded, 0 failed [2012-04-25 10:28:54] Starting resources............... [2012-04-25 10:28:57] Server started and is ready to accept connections! [2012-04-25 10:28:57] Type 'help' for a list of commands. [2012-04-25 10:31:02] Server stopped! [2012-04-25 10:31:03] Stopping resources................ [2012-04-25 10:31:03] Closing SQLite3 database ?
  8. Perfect

    Timed out

    this C:\Program Files\MTA San Andreas 1.3\server\mods\deathmatch =========================================================== = Multi Theft Auto: San Andreas v1.3 =========================================================== = Server name : Default MTA Server = Server IP address: = Server port : 22010 = = Log file : ..erver/mods/deathmatch/logs/local_server.log = Maximum players : 32 = HTTP port : 22011 = Voice Chat : Disabled =========================================================== [2012-04-24 19:56:09] File 'settings.xml' not present, creating new node. [2012-04-24 19:57:11] Resources: 186 loaded, 0 failed [2012-04-24 19:57:11] Starting resources... [2012-04-24 19:57:13] INFO: Admin added 409 missing rights [2012-04-24 19:57:15] Server started and is ready to accept connections! [2012-04-24 19:57:15] Type 'help' for a list of commands. [2012-04-24 20:15:18] Server stopped! [2012-04-24 20:15:19] Stopping resources................ [2012-04-24 20:15:19] Closing SQLite3 database now what ?
  9. Perfect

    Vehicle

    Sorry for not reply (network off) . I don't i happy or sad because i want make script and post in community (my first script) . but i am happy also Because you make you make it . I am Happily Sad now!! :
  10. Perfect

    Vehicle

    can you give me right one please ?
  11. Perfect

    Timed out

    i done but i can't install this optical drive firmware update because i got this "Can't Find Suitable Drive for F/W" and still can't play!! EDIT: I also can't start local server!!! when i try to start it then i got "Connecting to local server timed out. See console for details"
  12. Perfect

    Timed out

    i run them but i think 1 is not run because computer restart and problem is still . here is my MTADiag. Remove!
  13. Perfect

    Timed out

    ok Install it . where i put they ?
  14. Perfect

    Vehicle

    Hi All , my script not working at all. I don't know why because i am beginner here it's my scripte addCommandHandler("vehiclecontrol", function(theVehicle, command, source) if source then if getVehicleFromName(vehicle) then local vehicle = getVehicleFromName(vehicle) local theVehicle = thevehicle setCameraTarget(thePlayer, player) toggleAllControls(vehicle, false) toggleControl(vehicle, "chatbox", true) toggleControl(vehicle, "playerlist", true) function bindEightDown() setElementData(theVehicle, "Player Pressing 8", true) end bindKey(thePlayer, "num_8", "down", bindEightDown) bindKey(thePlayer, "num_8", "up", bindEightUp) bindKey(thePlayer, "num_4", "down", bindFourDown) bindKey(thePlayer, "num_4", "up", bindFourUp) bindKey(thePlayer, "num_6", "down", bindSixDown) bindKey(thePlayer, "num_6", "up", bindSixUp) bindKey(thePlayer, "num_2", "down", bindTwoDown) bindKey(thePlayer, "num_2", "up", bindTwoUp) bindKey(thePlayer, "num_5", "down", bindFiveDown) bindKey(thePlayer, "num_5", "up", bindFiveUp) setVehicleControl(True) function() setControlState(player, "brake_reverse", true) else setControlState(player, "brake_reverse", true) end setControlState(player, "accelerate", true) else setControlState(player, "accelerate", true) end setControlState(player, "vehicle_left", true) else setControlState(player, "vehicle_left", true) end setControlState(player, "vehicle_right", true) else setControlState(player, "vehicle_right", true) end end addEventHandler("onConsole", thePlayer, releaseControlCommand) EDIT: I want to control my vehicle with distance by using num keys.
  15. Perfect

    Remote car

    means its possible ok thnx , I am waiting anyone see this and make script and shared in community because I am beginner in scripting if i work for that then i need 6 or 7 months for finish it. but anyway i try to make one
  16. Perfect

    Remote car

    I mean see this video I like that but i hate samp .i want that in our mta sa
  17. Perfect

    Remote car

    Hi all , I see remote car mod in single player sa and i like it very much but that mod format in mta sa via scripting ? because i see remote player script but i don't know there is any function for remote car . if there is , then can any one tell me pls or make one ? EDIT: I think some people not understand . what is remote car . Remote control car i mean player can control car by using num keys.
  18. Perfect

    Resource

    lol sorry for say something bad! but i think i download some script call firefly . but i deleted by mistakenly and when i come to community for get new one's . i see there is no script called firefly ?? then i got shock and one day i am playing mta in server then i see that script then i got super shock and i come here. i
  19. Perfect

    Skin

    but i don't know how to make/edit skins . can you make perfect one's and sent me pls
  20. Perfect

    Timed out

    I trust in all mta members because they never give me pain . alway's give me medic ok i am waiting
  21. Perfect

    Timed out

    ok I am believing you towncivilian and Jaysds . if any thing will happen i blame you ok ? here it is ~~> Remove!<~~ ^^^^^^^
  22. Perfect

    Timed out

    but mtadiag get my all system info . if any hacker read this and try to hack my pc then ?
×
×
  • Create New...