Jump to content

Annas

Members
  • Posts

    143
  • Joined

  • Last visited

Everything posted by Annas

  1. idk , let me check 1min .. ----------------------------------------- , Mr.Pro yes it's Server Side function="getPlayerGang" type="server"/> So what i'll do now ? make a copy and edit it to Client Side ? Like this function="getPlayerGang" type="client"/>
  2. Not work .. (help pls) CLIENT SIDE : -- CLIENT function ReplaceSkin() local gang = exports["CSTgang"]:getPlayerGang(getLocalPlayer()); if (gang and gang == "HoBoS") then txd = engineLoadTXD ( "uipmalestaff.txd" ); engineImportTXD ( txd, 217); dff = engineLoadDFF ( "uipmalestaff.dff", 217); engineReplaceModel ( dff, 217); end end addCommandHandler("customskin", ReplaceSkin) META : "CSTgroupskin" author="iAnnAs" description="Group Skin" version="1.0" type="script"> "uipmalestaff.dff" type="client"/> "uipmalestaff.txd" type="client"/> FILES : uipmalestaff.dff uipmalestaff.txd
  3. and how can i make it with command ? like if i do "t/customskin" and im in the_street_fighters group then it will applyed the NEW Skin ..
  4. I have this Script (if you are in Group name "The_Street_Fighters" then gate will open to you ) S-SIDE col1 = createColTube(1446.4560546875, 664.87237548828, 9.671875, 15, 15) gate1 = createObject(980, 1446.7, 663.09998, 12.4 , 0, 0, 177.999) function openGate1(player) if (player and isElement(player) and getElementType(player)) == "player" then local gang = exports["CSTgang"]:getPlayerGang(player); if (gang and gang == "The_Street_Fighters") then moveObject(gate1, 980, 1446.7, 663.09998, 6.7) end end end addEventHandler("onColShapeHit", col1, openGate1) i try to convert this resource to Skin Mod(Replace Skin) S-SIDE function ReplaceSkin(player) if (player and isElement(player) and getElementType(player)) == "player" then local gang = exports["CSTgang"]:getPlayerGang(player); if (gang and gang == "The_Street_Fighters") then txd = engineLoadTXD ( "wmyclot.txd" ) engineImportTXD ( txd, 217) dff = engineLoadDFF ( "wmyclot.dff", 217) engineReplaceModel ( dff, 217) end end end addEventHandler("onResourceStart", ReplaceSkin) Just i need it (replace skin if you are in Group name "The_Street_Fighters" ) I Wish you understand this as what i thing it's easy .
  5. lel (first of all i never cry for any game ..) ./lock dont need this HELP THX
  6. but how to do this shit .. pls help me ! JUST I WANNA SEE MY SERVER MEMBERS (WHO IS ONLINE) + I'LL ADD IT WITH PHP IN (ADD PAGE in SMF)
  7. no one understand what i want .. + idk how to make script with Query or HTML it's hard .. i think ... /lock if no one can do it to me
  8. code for what , in that's Link you gived me there are many Code's (files) idk how to start .. do you have any video ? , how to make this shitty ? or idkkk ..
  9. ye ye , but idk how to do that , i thing it's so hard , i need some one make one to me (to my server) i will give whatever you want ..
  10. hi all , i wish you understand this time . I wanna make Server Status : (Who is Online + How many players online + PlayTime + Group || But just i need Who is online + how many players are inTheServer and i can make the others ..) Just how to make it .. i wanna This in HTML + i wanna make it in my Server Forum (reason : when i be in my iPhone , i wanna see the players + other details) Help pls . Notice : idk what Query mean And i check THIS but idk how to make it work in my server (Linux Server in VPS) + Pls if you can give me Client/Server Script . I CAN EXPLAIN MORE.
  11. i was have a Local Server (MTA:SA Local Server) |RPG-SERVER| + working 100% but when i buy VPS and i add the MTA:SA Server , it working(server started) but when Players join the server they got kicked Reason : i thing that's the problem in my RESOURCES , so i try to stop all of my SCRIPTS then (Kicked Reason : ) Pls i need help ! YOU CAN JOIN IT(THE SEVRER) AND SEE THE PROBLEM WITH YOURSELF IP : mtasa://31.220.49.202:22852
  12. Hello Community Members , i decide to make the (Hydra/shamal) Aircraft's can be colored. i mean if i get a hydra or Shamal and i wanna change Color to (ex: RED) so it changed . ( i need the CLIENT SIDE / SERVER SIDE ) of this resource ,, ,,, ,,,,and THX
  13. Help me .. i add what i want ..
  14. why this script isn't work ?? i use this HUD , and it have (./removehud to hide the HUD + ./addhud to add the HUD , i have a simple panel for settings like CIT2 i wanna if newHud => Yes then exectute Command handler (addhud) and if it's =>No , then exectute Command handler (removehud) . i wish you undertand my idea. THIS is the Settings panel where i wanna if YES then show / if no then Hide THE HUD. SERVER SIDE: function replace (player) if not isElement(player) then return end local tagStatus = exports.CSTsettings:getSetting("newhud") if (tagStatus == "Yes") then executeCommandHandler ( "addhud", player ) else if (tagStatus == "No") then executeCommandHandler ( "removehud", player ) end end META "iAnnAs" version="1.0" type="script"/>
  15. you didn't understand , i wanna complete SCRIPT pls .. and as what i say Function Replace() local Account Name = getPlayerAccount (USERNAME) if (Account Name) then txd = engineLoadTXD ( "infernus.txd" ) engineImportTXD ( txd, 411) end addCommandHandler("vehskin" , Replace)
  16. Help me pls . i think my dream is hard .. , but i'll tell you what i want .. Function Replace() local Account Name = getPlayerAccount (USERNAME) if (Account Name) then txd = engineLoadTXD ( "infernus.txd" ) engineImportTXD ( txd, 411) end addCommandHandler("vehskin" , Replace) i wish you understand me i wanna only a username can do this command (vehskin) and if he do the TXD vehicle of Infernus will changed (only for me) (i dont wanna it for Acl Group) if you help me (and thx) i wanna the SERVER side (if it have) and the CLIENT side (if it have) , and the meta and thx <3
  17. And when i fight a player with Minigun .. he will not dead fast Right ??
  18. Hi guys , i try to make Minigun property to slow but idk why it's not work 1-i wanna damage be slow in SetWeaponProperty("poor", "std" and "pro") to make all players have that's Property in his Minigun. 2-need something like when i fight a player with Minigun he will not dead fastly .. (this is a big problem in my RPG server) i try to make one , but idk why it not work : CLIENT SIDE : function mg() setWeaponProperty(38, "pro", "damage", 1) setWeaponProperty(38, "std", "damage", 1) setWeaponProperty(38, "poor", "damage", 1) setWeaponProperty(38, "poor", "weapon_range", 1) setWeaponProperty(38, "std", "weapon_range", 1) setWeaponProperty(38, "pro", "weapon_range", 1) end end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), mg) and i try in this one too .. CLIENT SIDE : function mg1() setWeaponProperty(38, "pro", "damage", 1) setWeaponProperty(38, "std", "damage", 1) setWeaponProperty(38, "poor", "damage", 1) setWeaponProperty(38, "poor", "weapon_range", 1) setWeaponProperty(38, "std", "weapon_range", 1) setWeaponProperty(38, "pro", "weapon_range", 1) end end Pls guys i need help . SRY FOR MY BAD ENGLISH
×
×
  • Create New...