Ajutor Scripting

New member
Joined
Jan 22, 2020
Messages
5
Am nevoie de ajutor pentru o erroare in consola samp037 

Acesta e gamemode-ul:https://www.sa-mp.ro/forums/topic/31303-gamemode-burned-v2-small-update/?tab=comments#comment-180568

Imi da urmatoarele erori in consola:

Filterscripts
---------------
  Loaded 0 filterscripts.

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

Ce sa fac?Va rog ajutatima.

 

VLM

New member
Joined
Jan 18, 2020
Messages
58
Verifica daca in gamemodes ai "gmm.amx", compilat fara erori. Si vezi si cum e trecut in server.cfg

 
New member
Joined
Jan 22, 2020
Messages
5
echo Executing Server Config...
lanmode 1
rcon_password 1234
maxplayers 100
port 7777
hostname Burned RPG | New Server
gamemode0 gmm 1
plugins crashdetect.dll sscanf.dll mysql.dll streamer.dll Whirlpool.dll
announce 0
query 1
chatlogging 0
weburl ?
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language RO/EN

 

VLM

New member
Joined
Jan 18, 2020
Messages
58
Nu ti se incarca un plugin sau poate mai multe pluginuri pentru a rula gamemode-ul, nu le ai in folderu plugins sau pentru ca iti lipseste vcredist din pc-ul tau.

 
Top