Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Mostabdel

Members
  • Content Count

    91
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Mostabdel

  • Rank
    Helicopter Hunter

Contact Methods

Profile Information

  • Gender
    Male

Recent Profile Visitors

3465 profile views
  1. Mostabdel

    Fal Dont Found

    thx
  2. Mostabdel

    Fal Dont Found

    thx i will try this
  3. Mostabdel

    Fal Dont Found

    Hi All after this update of the 1.02 and the add of new weapon like winchester & Fal in Our Server Dont Found or find a Fal its normal . i add it in type.xml help pls ..!!!
  4. Mostabdel

    What is Mean This Script

    void Set(ChatMessageEventParams params) // Param 1 --> Channel, Param 2 --> sender name, Param 3 --> message, Param 4 ?? { int channel; m_NameWidget.SetText(""); m_TextWidget.SetText(""); SetColour(DEFAULT_COLOUR); m_RootWidget.Show(true); channel = params.param1; // 0 = Survior 1 = Game/System 2 = Admin Print(channel); /* if (params.param2 != "") { m_NameWidget.SetText( params.param2 + " : "); } if( channel & CCSystem ) { if(params.param2 != "") { m_NameWidget.SetText(GAME_PREFIX + ": " ); } SetColour(GAME_TEXT_COLOUR); } else if( channel & CCAdmin ) { m_NameWidget.SetText(ADMIN_PREFIX + ": "); SetColour(ADMIN_TEXT_COLOUR); } else if( channel & CCTransmitter ) { m_NameWidget.SetText(RADIO_PREFIX + params.param2 + " : "); } */ if ( channel & CCSystem ) { // Game if(params.param2 != "") { m_NameWidget.SetText(GAME_PREFIX + ": " ); } SetColour(GAME_TEXT_COLOUR); } else if ( channel & CCAdmin ) { // Admin m_NameWidget.SetText(ADMIN_PREFIX + ": "); SetColour(ADMIN_TEXT_COLOUR); } else if ( channel & CCTransmitter ) { // Radio - Trasnmitter m_NameWidget.SetText(RADIO_PREFIX + params.param2 + " : "); } else if ( channel == 0 || channel & CCDirect ) { // Player if(params.param2 != "") { m_NameWidget.SetText(params.param2 + " : "); } } m_TextWidget.SetText(params.param3); m_FadeTimer.FadeIn(m_RootWidget, FADE_IN_DURATION); m_TimeoutTimer.Run(FADE_TIMEOUT, m_FadeTimer, "FadeOut", new Param2<Widget, float>(m_RootWidget, FADE_OUT_DURATION)); } private void SetColour(int colour) { m_NameWidget.SetColor(colour); m_TextWidget.SetColor(colour); } void Clear() { m_RootWidget.Show( false ); m_TimeoutTimer.Stop(); m_FadeTimer.Stop(); }
  5. Mostabdel

    Vehicles spawn repaired - How to do?

    Who can tell me what is mean this ? Fill( CarFluid.FUEL, 50 ); Fill( CarFluid.COOLANT, 6.0 ); Fill( CarFluid.OIL, 4.0 );
  6. Mostabdel

    Scripters Question & Answer Thread

    hi all who can help me with script to have cars spawn with full fuild ? !! thx for all
  7. Mostabdel

    Log Crash Server

    What it mean this messages in file log Crash : NULL pointer to instance. Variable 'PlayerObject' Class: 'PermissionsFramework' Function: 'ReloadPlayerList' Stack trace: JM/PermissionsFramework/Scripts/5_Mission/permissionsframework.c:138 scripts/3_Game/dayzgame.c:1669 and : [cheat] HandleInputData man=SurvivorBase<53e48160> is cheating with cmd=HAND_EVENT event=HandEventTake<f9937690> Class: 'DayZPlayerInventory' Function: 'Error' Stack trace: scripts/1_Core/proto\endebug.c:44 scripts/4_World/systems\inventory\dayzplayerinventory.c:384 scripts/4_World/systems\inventory\dayzplayerinventory.c:292
  8. Mostabdel

    car spawn full

    how i can change this for have cars spawn full FUEL, OIL, BRAKE & COOLANT ? override void OnFluidChanged( CarFluid fluid, float newValue, float oldValue ) { switch ( fluid ) { case CarFluid.FUEL: m_FuelAmmount = newValue; break; case CarFluid.OIL: m_OilAmmount = newValue; break; case CarFluid.BRAKE: m_BrakeAmmount = newValue; break; case CarFluid.COOLANT: m_CoolantAmmount = newValue; break; } } help pls !!!
  9. Mostabdel

    file .ADM

    how can i find the file .ADM with server Vilayer ? pls help
  10. Mostabdel

    Vanilla++ v 0.4

    so what can i do ?
  11. Mostabdel

    Vanilla++ v 0.4

    how can i add rags to new players spawn in the mod ?
  12. Mostabdel

    Remove Vehicle Damage since update

    can I add water to the car at the spawn? with Essence and Oil
  13. Mostabdel

    Persistence Files?

    i agree that
  14. Mostabdel

    DayZLauncher Ceash

    i need it to activate admin tools on line
  15. Mostabdel

    DayZLauncher Ceash

    hi all if some one can help me. my DayZLauncher crash after 5s whene i start it i dont known why ? !!!
×