05.10.2010, 11:47
Ok, any of my plugins doesnt work, idk why, maybe failed at instaling it... whatever, i gonna show you what i did and you correct me if i did something wrong. Its YSF plugin ( i just need SetPlayerGravity(); cmd) https://sampforum.blast.hk/showthread.php?tid=177059 <----- link of Plugin
------------------------------------------------------------------------------------------------------------
In my server.cfg file i have this:
------------------------------------------------------------------------------------------------------------
I copied YSF.dll to plugins folder and YSF.inc to pawno/include folder. Gamemodes are just to test. Folder YSF 0.3 i didnt copied anywhere, they said i dont need to. (IDK though)
------------------------------------------------------------------------------------------------------------
In my gamemode at top i have:
Like it has to be. ( i think)
------------------------------------------------------------------------------------------------------------
But when i use cmd in my gamemode like, SetPlayerGravity(); (cmd from YSF plugin)
when i start server i get "Runtime Error 19 ''File or function not found".
------------------------------------------------------------------------------------------------------------
In my server.cfg file i have this:
Код:
echo Executing Server Config... lanmode 0 password #### rcon_password #### maxplayers 35 port 7777 hostname ##### gamemode0 #### filterscripts #### #### #### announce 1 query 1 weburl maxnpc 5 plugins YSF // I added this onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000
I copied YSF.dll to plugins folder and YSF.inc to pawno/include folder. Gamemodes are just to test. Folder YSF 0.3 i didnt copied anywhere, they said i dont need to. (IDK though)
------------------------------------------------------------------------------------------------------------
In my gamemode at top i have:
Код:
#include YSF
------------------------------------------------------------------------------------------------------------
But when i use cmd in my gamemode like, SetPlayerGravity(); (cmd from YSF plugin)
when i start server i get "Runtime Error 19 ''File or function not found".