Jump to content

FiGo

Members
  • Posts

    100
  • Joined

  • Last visited

Everything posted by FiGo

  1. FiGo

    Help me

    What is the function
  2. FiGo

    Help me

    I need to make a 2 skins for staff every one with a command No the two will appeal on 217 but this with a skin and another skin
  3. FiGo

    Help me

    I need to make script that when i type a command to change to the first skin off staff and when i type the same command and with special number to change to another skin off staff
  4. Bro i mean i have personal skin system when i add the skin it donot work
  5. Guys when i add skin for 212 it donot appear the skin so can you tell me how to fix it
  6. I need to make a script to spawn alot of vehicles in a certain postion any one can tell me how to make it
  7. Bro there is no bug but i donot know why it donot work i am making it for squad so can you fix it
  8. I need them work for squad so anyone plz help me
  9. function gangChatStaff(player, cmd, ...) local gang = getPlayerGang(player) if (isPlayerMuted(player)) then outputChatBox("You are muted!", plr, 255, 0, 0) return end if (not canPlayerDoActionInSquad(player, "GroupStaffChat")) then return end if (not gang) then return end if (not ...) then return end local message = table.concat({...}, " ") local r, g, b = getGangChatColor(gang) local message2 = "(SSC) "..getPlayerName(player)..": #FFFFFF"..message for k, v in pairs(getGangMembers(gang)) do if (canPlayerDoActionInSquad(k, "GroupStaffChat")) then outputChatBox(message2.."", k, r, g, b, true) exports.CIPadmin:writePlayerLog(player, "SSC (Squad) "..getPlayerName(player)..": ".. table.concat({...}, " "), "squads") end end exports.CIPadmin:outputOnlineStaff("SSC ("..gang..") "..getPlayerName(player)..": ".. table.concat({...}, " "), 255, 255, 255) end addCommandHandler("ssc", gangChatStaff) function editGroupMOTD(player, cmd, ...) local gang = getPlayerGang(player) if (not canPlayerDoActionInGroup(player, "gmotd")) then return end if (not gang) then return end if (not ...) then return end local message = table.concat({...}, " ") local r, g, b = getGangChatColor(gang) local message2 = "(GMOTD) "..getPlayerName(player).." has set the GMOTD to: #FFFFFF"..message if (canPlayerDoActionInGroup(player, "smotd")) then local accountGmotd = getAccount("intercore") setAccountData(accountGmotd, "groupMOTD"..gang, getPlayerName(player)..": "..message) messageGang(gang, message2) exports.CIPtexts:output("You successfully changed group MOTD", player, 0, 255, 0, false) end end addCommandHandler("smotd", editGroupMOTD) function showGroupMOTD() local gang = getPlayerGang(source) local account = getAccount("intercore") if (not gang) then return end local message = getAccountData(account, "groupMOTD"..gang) local message2 = "(GMOTD) "..message local r, g, b = getGangChatColor(gang) outputChatBox(message2, source, r, g, b) end addEventHandler("onPlayerLogin", getRootElement(), showGroupMOTD) Anyone plz fix me this
  10. how to change cars names in shops
  11. how to make the country chat script
  12. there is server called cip someone stole the resources from it and he opened again the server with our name and I am the first one who created cip and he stole my resources so plz admin help me
  13. how to make create vehicle in certaion postion and go to job to spawn the vehicle
  14. how to make script that i cannot spam in it rpg in lv
  15. i need to make script that i can put peds with moving only can put it ingame not outside server
  16. hello i need to make peds in server from ingame how can i make it
  17. i need to make script create zones but i donot know how so anyone help me plz
  18. i made script but i want to make in it only spawn a car at a certain postion how can i make it
  19. no i mean create zone and delete zone and having list for building things @Dutchman101
  20. i want to know how to convert from luac to lua
  21. I want a scripter to give me script for zones
×
×
  • Create New...