Jump to content

Question

Posted

Salutare! Am si eu o problema la gamemode-ul burned..mai precis nu il pot porni pe localhost,daca stie cineva cum,o sa fiu recunoscator(am compilat totul bine,am pus toate datele corecte,si tot nu merge sa il deschis,cand intru ici pagina de login nu apare,iar server log imi apare asta:

[14:37:37] 
[14:37:37] Filterscripts
[14:37:37] ---------------
[14:37:37]   Loaded 0 filterscripts.

[14:37:39] [debug] Run time error 19: "File or function is not found"
[14:37:39] [debug]  CreateDynamicRectangle
[14:37:39] [debug]  CreateDynamicObject
[14:37:39] [debug]  SetDynamicObjectMaterial
[14:37:39] [debug]  SetDynamicObjectMaterialText
[14:37:39] [debug]  CreateDynamic3DTextLabel
[14:37:39] [debug]  CreateDynamicMapIcon
[14:37:39] [debug]  CreateDynamicPickup
[14:37:39] [debug]  DestroyDynamicObject
[14:37:39] [debug]  GetDynamicObjectPos
[14:37:39] [debug]  GetDynamicObjectRot
[14:37:39] [debug]  AttachDynamicObjectToVehicle
[14:37:39] [debug]  MoveDynamicObject
[14:37:39] [debug]  DestroyDynamicPickup
[14:37:39] [debug]  EditDynamicObject
[14:37:39] [debug]  DestroyDynamic3DTextLabel
[14:37:39] [debug]  UpdateDynamic3DTextLabelText
[14:37:39] [debug] Run time error 19: "File or function is not found"
[14:37:39] [debug]  CreateDynamicRectangle
[14:37:39] [debug]  CreateDynamicObject
[14:37:39] [debug]  SetDynamicObjectMaterial
[14:37:39] [debug]  SetDynamicObjectMaterialText
[14:37:39] [debug]  CreateDynamic3DTextLabel
[14:37:39] [debug]  CreateDynamicMapIcon
[14:37:39] [debug]  CreateDynamicPickup
[14:37:39] [debug]  DestroyDynamicObject
[14:37:39] [debug]  GetDynamicObjectPos
[14:37:39] [debug]  GetDynamicObjectRot
[14:37:39] [debug]  AttachDynamicObjectToVehicle
[14:37:39] [debug]  MoveDynamicObject
[14:37:39] [debug]  DestroyDynamicPickup
[14:37:39] [debug]  EditDynamicObject
[14:37:39] [debug]  DestroyDynamic3DTextLabel
[14:37:39] [debug]  UpdateDynamic3DTextLabelText
[14:37:39] Script[gamemodes/wa-rpg.amx]: Run time error 19: "File or function is not found"
[14:37:39] Number of vehicle models: 0

 

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

 

In prim rand, la inceputul gamemode-ului ai ceva de genu'
`new SERVER_HOSTSTATUS = NORMAL;`
  
schimba-l in
  
`new SERVER_HOSTSTATUS = LOCALHOST;`

 

Edited by trrandafiru
  • 0
Posted
Acum 18 ore, rstefan99 a spus:

Salutare! Am si eu o problema la gamemode-ul burned..mai precis nu il pot porni pe localhost,daca stie cineva cum,o sa fiu recunoscator(am compilat totul bine,am pus toate datele corecte,si tot nu merge sa il deschis,cand intru ici pagina de login nu apare,iar server log imi apare asta:


[14:37:37] 
[14:37:37] Filterscripts
[14:37:37] ---------------
[14:37:37]   Loaded 0 filterscripts.

[14:37:39] [debug] Run time error 19: "File or function is not found"
[14:37:39] [debug]  CreateDynamicRectangle
[14:37:39] [debug]  CreateDynamicObject
[14:37:39] [debug]  SetDynamicObjectMaterial
[14:37:39] [debug]  SetDynamicObjectMaterialText
[14:37:39] [debug]  CreateDynamic3DTextLabel
[14:37:39] [debug]  CreateDynamicMapIcon
[14:37:39] [debug]  CreateDynamicPickup
[14:37:39] [debug]  DestroyDynamicObject
[14:37:39] [debug]  GetDynamicObjectPos
[14:37:39] [debug]  GetDynamicObjectRot
[14:37:39] [debug]  AttachDynamicObjectToVehicle
[14:37:39] [debug]  MoveDynamicObject
[14:37:39] [debug]  DestroyDynamicPickup
[14:37:39] [debug]  EditDynamicObject
[14:37:39] [debug]  DestroyDynamic3DTextLabel
[14:37:39] [debug]  UpdateDynamic3DTextLabelText
[14:37:39] [debug] Run time error 19: "File or function is not found"
[14:37:39] [debug]  CreateDynamicRectangle
[14:37:39] [debug]  CreateDynamicObject
[14:37:39] [debug]  SetDynamicObjectMaterial
[14:37:39] [debug]  SetDynamicObjectMaterialText
[14:37:39] [debug]  CreateDynamic3DTextLabel
[14:37:39] [debug]  CreateDynamicMapIcon
[14:37:39] [debug]  CreateDynamicPickup
[14:37:39] [debug]  DestroyDynamicObject
[14:37:39] [debug]  GetDynamicObjectPos
[14:37:39] [debug]  GetDynamicObjectRot
[14:37:39] [debug]  AttachDynamicObjectToVehicle
[14:37:39] [debug]  MoveDynamicObject
[14:37:39] [debug]  DestroyDynamicPickup
[14:37:39] [debug]  EditDynamicObject
[14:37:39] [debug]  DestroyDynamic3DTextLabel
[14:37:39] [debug]  UpdateDynamic3DTextLabelText
[14:37:39] Script[gamemodes/wa-rpg.amx]: Run time error 19: "File or function is not found"
[14:37:39] Number of vehicle models: 0

 

nu ti se incarca pluginurile. sau anumite pluginuri

  • 0
Posted
12 hours ago, trrandafiru said:

 


In prim rand, la inceputul gamemode-ului ai ceva de genu'
`new SERVER_HOSTSTATUS = NORMAL;`
  
schimba-l in
  
`new SERVER_HOSTSTATUS = LOCALHOST;`

 

Am schimbat..si e la fel..

@valivaly96 am mai patit asta la un gamemode si am schimbat pluginurile .dll si la acel gamemode,a mers,apoi am schimbat si la acest gamemode pluginurile si tot la fel face..

  • 0
Posted
Acum 1 minut, rstefan99 a spus:

Am schimbat..si e la fel..

@valivaly96 am mai patit asta la un gamemode si am schimbat pluginurile .dll si la acel gamemode,a mers,apoi am schimbat si la acest gamemode pluginurile si tot la fel face..

vezi ca versiunile sa fie acelasi si pt .dll si pt .inc

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.