Jump to content

alcholistu

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by alcholistu

  1. triggerClientEvent(p,"message:centerText",p,"Your not in "..group, 3, 255, 0, 0) ..group should be ..group..
  2. setTimer(giveWeapon, 50, 1, skin, 29, 15000, true)
  3. Okey , i created a territory and i want : When someone gets on territory to show on family chat... That's the script : local hillArea = createColRectangle ( 647.73248291016, -1309.841796875, 140, 167 ) local hillRadar = createRadarArea ( 647.73248291016, -1309.841796875, 140, 167, 255, 255, 0, 175 ) function hill_Enter ( thePlayer, matchingDimension ) if (getElementType(thePlayer) == "player") then outputChatBox( getPlayerName(thePlayer) .. "entered Sureno's territory!", getRootElement(), 255, 255, 0 ) setRadarAreaFlashing ( hillRadar, true ) end end addEventHandler ( "onColShapeHit", hillArea, hill_Enter ) function hill_Exit ( thePlayer, matchingDimension ) if (getElementType(thePlayer) == "player") then if isPedDead ( thePlayer ) ~= true then outputChatBox ( getPlayerName(thePlayer) .. " isn't anymore on territory!", getRootElement(), 255, 255, 0 ) setRadarAreaFlashing ( hillRadar, false ) end end end addEventHandler ( "onColShapeLeave", hillArea, hill_Exit )
  4. i know how to create the function and how to add comand ... but i need to CREATE it
  5. And how should i do ?
  6. I should do something like : function giveammo local setWeaponAmmo ( mp5 theWeapon, 100 Ammo ) end addCommandHandler ( giveammo, giveammo) ??? or someting like : function giveammo( thePlayer, commandName, weaponID, ammo ) local status = giveWeapon ( thePlayer, weaponID, ammo, true ) if ( not status ) then outputConsole ( "Failed to give weapon.", thePlayer ) end end addCommandHandler ( giveammo, giveammo)
  7. alcholistu

    giveammo

    How to create the command /giveammo ?
  8. Can someone tell me how to create guns ( colt 45 , bat , knife , ak 47 etc...) for MTA Paradise ?
  9. alcholistu

    Item

    I want to create guns , i crated phone , and food , but how can i create guns?
  10. I know a little , but i want to know what to learn ... to create faction-system
  11. How can i craete it .. don't know..you may help me?
  12. How can i create a faction-system like Valhalla's
  13. Hi , i tried to make a server and done it , i need the create character and choose a name , because i want to make a roleplay server and don't know how to do it , can someone tell me a resource or how to do it ?
  14. Okey , if u don't recommand me valhalla , can u recomand samething else + link P.S : Could u give ur skype id pls ?
  15. Ok , u can't add , but u can replace. Like a turismo , u can replace it with a ferrari
  16. Okey , if u want something like : valhalla ( dont recommand very hard to configure account system ) parayse or venux are very good
  17. yeah , is like a freeroam , but it doesn't has F1 and J
  18. Okey , u could download one from https://community.multitheftauto.com/ind ... =resources Good luck , u could download basicrp , its usefull for what do u want
  19. Hi , i want to know how to configure this to make from game , i need other account system ? How can i do it anyway a User Control Panel to make login functionable and how to configure it:)?
×
×
  • Create New...