Jump to content

Chris!i!

Members
  • Posts

    213
  • Joined

  • Last visited

Everything posted by Chris!i!

  1. Chris!i!

    Grenades

    i have so much resources ...
  2. Chris!i!

    Grenades

    cant you tell me some Commands or functions so i can make it ? i tried OnClientPlayerWeaponFire and setTimer and createExplosion still didnt even make a difference
  3. Chris!i!

    Grenades

    In my server, grenades last longer to explode, like it needs 3 to 4 seconds it was 2 by default or 1 i dont know, whats the problem setWeaponProperty fixes it or no?
  4. Nvm guys, it was client side, it must be server sorry
  5. col1 = createMarker ( 183.6, 1927, 16, "cylinder", 8, 255, 255, 255, 170 ) gate1 = createObject(980, 184, 1926, 20, 0, 0, 90) function openGate1(player) if (player and isElement(player) and getElementType(player)) == "player" then local group = exports["CSTgroups"]:getPlayerGang(player) if (group and group == "SpecialForces" or exports.CSTteams:isPlayerInTeams(player, "Staff")) then moveObject ( gate1, 5000, 184, 1926, 30 ) end end end addEventHandler("onMarkerHit", col1, openGate1) Gate isnt moving whats wrong?
  6. Chris!i!

    SeaSparrow

    Dude i know but it does not damage i dont know why, people doesnt even lose 1 hp from it.
  7. Chris!i!

    SeaSparrow

    I can shoot with the seasparrow but players doesnt get damage i have no IDEA why its like this, but anyway can you help me out ? Just tell me some commands so i can make it out Like to set its damage onClientResourceStart and not with a addCommandHandler. Thanks
  8. and help me with other thing that when he leavs LV he get criminal team, can you please?
  9. i guess this inst LV colshape
  10. Still didnt work, the teams been shown in Scoreboard but players doesnt switch to the gangsters team, i tried to re enter LV still no ..
  11. 901.67871, 601.66272, 2050 = LVarea local lv = createColRectangle(901.67871, 601.66272, 2050, 2400) local theTeam = createTeam ( Gangsters ) function LV (thePlayer) outputChatBox("test, thePlayer, 255, 255, true) setPlayerTeam ( source, theTeam ) end addEventHandler("onColShapeHit", LVcolshape, LV) is this good and works perfectly?
  12. local Gangsters = createTeam ( "Gangsters", 90, 11, 207 ) if (zone == "Las Venturas") then setPlayerTeam ( source, Gangsters ) end If the player just logins in LV or enter LV while he was outside of it, i want his team to turn into this team called Gangsters i tried 3 other methods still didnt work it only creates the team on the scoreboard i could make it 100% if u guys give me LV col shape x y z
  13. TAPL please can u tell me what to do i must do it noww.. please...
  14. Attempt to call global 'getPlayerAccount' (a nil value) same old error ._.
  15. Server Side addEvent('militarySkin',true) addCommandHandler("boulaskin", root, function() txd = engineLoadTXD("wmyclot.txd", 204) engineImportTXD(txd, 204) dff = engineLoadDFF("wmyclot.dff", 204 ) engineReplaceModel(dff, 204) local account = getAccountName(getPlayerAccount(source)) if isObjectInACLGroup("user." .. account, aclGetGroup("Boula")) then setElementModel(player, 204) outputChatBox("HOTTAT SKINTAK YA charbel ya noob ya djeje ya tekkeye", player, 0, 255, 0, false) else outputChatBox("It must be your skin to use this command!", player, 255, 0, 0, false) end end ) function replaceModel() txd = engineLoadTXD("a.txd", 9) engineImportTXD(txd, 9) dff = engineLoadDFF("a.dff", 9 ) engineReplaceModel(dff, 9) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) function replaceModel2() txd = engineLoadTXD("a2.txd", 10) engineImportTXD(txd, 10) dff = engineLoadDFF("a2.dff", 10 ) engineReplaceModel(dff, 10) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel2) function replaceModel3() txd = engineLoadTXD("a3.txd", 12) engineImportTXD(txd, 12) dff = engineLoadDFF("a3.dff", 12 ) engineReplaceModel(dff, 12) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel3) function replaceModel4() txd = engineLoadTXD("prokiller.txd", 31) engineImportTXD(txd, 31) dff = engineLoadDFF("prokiller.dff", 31 ) engineReplaceModel(dff, 31) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel4) triggerServerEvent('militarySkin',localPlayer) I know it's over false, but atleast i tried and more than 3 ways i tried, i only need when using this command boulaskin, to change his skin to 204, and then apply the Dff and TXD please help tried 3+ ways no shit worked 1%
  16. Well i know lua, seriously, and i never heard about that error. Or i mean i never saw that error.
  17. Aww my bad, and who told u isnt me that i did the script?
  18. CODE REMOVED BY Solidsnake14 Okay so the first one is group skin system and second is Personnal skin so both errors are the same and here's the error client.lua:41: attempt to concatenate local 'num' (a nil value) (for group skin for the first one) client.lua:38: attempt to concatenate local 'num' (a nil value) (for pers skin for second one)
  19. Nvm it got random fixed plus i asked many times like u must wait 1 month to reply also poor FTP u cant drag and drop u cannot....
  20. Yea so i hosted yesterday a new server, it costed me money, and the hosting company is Elite game servers that is really good but have HUGE problems with FTP, tools with adding removing editing etc.. so What i want help with is the following. - Console was working i type addaccount/restart/start/stop nothing, like u didnt type anything. (restarted my PC, reloaded my page, used another browser and nothing). -In ACL.xml i cant my self as admin lol, from yesterday trying trying and nothing... searched for support but in there complicated site i didnt know anything like what to do. NOTE that i wont give u FTP username password expect admins or Elite game servers, if they have an account here to reply me so they can enter my FTP and help me ._. please fast i would started the server from yesterday but cant!!! Console was working properly with adding scripts etc... but now nothing. So help
×
×
  • Create New...