Jump to content

Anubhav

Members
  • Posts

    2,277
  • Joined

  • Last visited

Everything posted by Anubhav

  1. Anubhav

    Proplem

    Why are so lazy to do such small things. You can do in yourself.
  2. Anubhav

    Lock this

    I am not using SQL. I am using DEFAULT tables and using account data. For memo using file functions.. Someone can please show example also please?
  3. I agree with Tete omar. He's right. Mapping depends on how you imagine of structuring image . Mapping team is not needed. Some people know how to map well.
  4. Anubhav

    Lock this

    I need help how to set text of memo only for one group? Please help me .
  5. Anubhav

    Proplem

    guisetVisbile That realy? It must be guiSetVisible. Agree with Twerky's picture lol.
  6. Anubhav

    Lock this

    Man its for group. Many people create groups and do things. It will be laggy then.
  7. Anubhav

    Lock this

    First of i am not so good in SQL/MySQL. I used tables and account data for my group system. Dealman thanks. I will use file function's instead of XML. XML is laggy shit.
  8. Anubhav

    Lock this

    WASSIm i know how to make that things. I WANT TO SAVE A MEMO FOR GANG. Gang information. Fucking someone can help me? WASSIm u noob. You are giving negative reply. If you want to help me just tell how to save it.
  9. Oh realy? I tested it and it worked.
  10. He told me thank you at SKYPE. He is my old friend too late to answer.
  11. function createMarker() local mar = createMarker(2252.941, -1699.663, 13.75506, "cylinder", 2, 0, 0, 0, 255) outputChatBox ( "The marker was spawning! Location : Los Santos , Ganton ( near LS Gym )", getRootElement(), 0, 0, 255, true ) end addEventHandler("onResourceStart",resourceRoot,createMarker) addEventHandler("onMarkerHit",root, function(source,hitElement) if ( source == mar ) then if getElementType(player) == "player" then setElementData(player,"mar",false) local x,y,z = getElementPosition(player) destroyElement(mar) givePlayerMoney(player,10000) end end end)
  12. Hmm realy? 3 ends needed. addEventHandler ( "onClientMarkerHit", resourceRoot, function ( hitElement ) if hitElement == localPlayer and getElementType (source) == "marker" then outputChatBox ("Well it works ^^", getRootElement()) if ( not getElementData ( source, "isSWATMarker" ) ) then return end end end) 2 for if 1 for function and another for closing the addEventHandler also needs )
  13. Anubhav

    Lock this

    account data. EDIT : I want this for a group system
  14. Anubhav

    Lock this

    i mean it will not be empty or change it until some leader or founder does. How will i do it?
  15. Anubhav

    Lock this

    I need to make a Memo Save. I have update button. For leaders/founder and it will set to editable for them only but how to update it again? I want to save it also.
  16. Anubhav

    Design

    Thanks for reply guyz! Thanks VinnieBoy! Your idea is best!
  17. Thanks alot! Do you have skype? So please add me anubhav.agarwal87 i need to ask you a question.
  18. Anubhav

    custom map

    https://wiki.multitheftauto.com/wiki/LoadMapData not sure.
  19. Anubhav

    custom map

    Lol. It is in your folder [gameplay] where you put your script!
  20. Anubhav

    custom map

    Its a resource in your gameplay folder.
  21. Anubhav

    custom map

    Use Mission TImer.
  22. function promote(source,command,rank,playerName,getLeader) local getLeader = getElementData(source,"safr.GFounder") or getElementData(source,"safr.GLeader") local playerName = getPlayerFromName(playerName) local group = getElementData(playerName,"safr.Group") local gorup = getElementData(group,"safr.Group") if not playerName then outputChatBox("[GANG] No player like"..playerName,source) return elseif not group then outputChatBox("[GANG] The player is not in a group.",source) return elseif not getLeader then outputChatBox("[GANG] You are not a leader/founder!",source) elseif getLeader and playerName and gorup then -- How to check if data is same? end end addCommandHandler("promote",promote) Here is it.
  23. Any help please? I realy need to make it fast.
  24. How to check if the element data is same? example; If i have a group I want to promote someone (command) then i will use /promote PLAYERNAME . How to check that if the player matches in the founders group/
×
×
  • Create New...