Jump to content

PaiN^

Members
  • Posts

    2,258
  • Joined

  • Last visited

Everything posted by PaiN^

  1. إسأل مجرب ولا تسأل طبيب
  2. PaiN^

    Uploading Map HELP!

    If you mean to add it on his server, Then i really don't know about that, I never had a server and i don't know how to add resources / maps to one ... Sorry if i wasn't any help ..
  3. Good job, I really loved it ... Keep it up ..
  4. I don't know if you noticed, but the file name is :resource .. Do you know about that " : " .?
  5. Maybe it's from the coordinates, Recheck theme ..
  6. PaiN^

    Uploading Map HELP!

    What do you mean 'send it to your frind' ..?
  7. Are you sure you got a file called :resource in your resource ..? And make sure your resource is saved as a folder and not .zip ..
  8. You can use setElementPosition ..
  9. Just don't give up, And you well ^^
  10. !.. لمن أضغط الرابط يقول هذا الفيديو تكرار لفديو سبق تحميله
  11. Maybe another part of the code is missing it up, Show your full code ..
  12. PaiN^

    global chat

    I really don't think this will do it ..
  13. PaiN^

    Help

    Sorry, I didn't know that ..
  14. PaiN^

    Help

    Where is the info line ..?
  15. PaiN^

    global chat

    Anderl its imposible bind a key to command in server side. Search that on wiki. https://wiki.multitheftauto.com/wiki/BindKey It's not ..! If it was, It would have been a client only function
  16. PaiN^

    Ped problem

    The first parameter isn't the killer element. LooL, I forget . Thanx ..
  17. outputChatBox spawnPlayer NOTE : If you used spawn player, You wont need to use setPlayerTeam
  18. PaiN^

    Ped problem

    Not sure about the setElementData, But try : brped = createPed ( 150,359.7, 173.85, 1008.39 ) setElementInterior ( brped, 3 ) setElementRotation ( brped, 0, 0, 270 ) function startbr ( killer ) local team = getPlayerTeam( killer ) if team and team == getTeamFromName( "Criminal" ) then setPlayerWantedLevel ( killer, 6 ) setElementData ( killer, "brstart", "true" ) end end addEventHandler ( "onPedWasted", brped, startbr )
  19. You're right, Mine only shows the window, But your's makes it disappear as will ..
  20. PaiN^

    Ped problem

    I can't understand what you're trying to do ..!
×
×
  • Create New...