Author Topic: MY Scripts!!!!  (Read 4248 times)

0 Members and 1 Guest are viewing this topic.

yazeen

  • Guest
MY Scripts!!!!
« on: April 21, 2011, 09:13:17 am »
Finally i fixed all buggs and my login/register system was changed to gups caz it dosent save cash
and i got 40 warning when compiled i was so happy  ;D and started the server OMFG i saw this Error!

Script[gamemodes/Fuck.amx]: Run Time error 19: "File or function is not found"

i tried to remove the login/register system but no use! Help me!!
i havent added anypickups still this error

please help me guys



Offline BIG[H]

  • Made Man
  • ***
  • Posts: 159
  • Sight of light
    • View Profile
Re: MY Scripts!!!!
« Reply #1 on: April 21, 2011, 03:50:24 pm »
Did you added CreatePickup? / DeletePickup again .?? REMOVE IT!!
Outdoor city server Administrator, FS server owner!

yazeen

  • Guest
Re: MY Scripts!!!!
« Reply #2 on: April 21, 2011, 05:45:31 pm »
Did you added CreatePickup? / DeletePickup again .?? REMOVE IT!!

No i havent!

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: MY Scripts!!!!
« Reply #3 on: April 21, 2011, 08:44:52 pm »
Quite an odd error. You might be trying to use an unimplemented function (function that wasn't actually made), or the gamemode isn't in the gamemodes folder. My crystal ball also tells me you could be missing #include <dini>, but that's a wild guess.
Do not PM me for support.




yazeen

  • Guest
Re: MY Scripts!!!!
« Reply #4 on: April 22, 2011, 06:43:08 am »
Quite an odd error. You might be trying to use an unimplemented function (function that wasn't actually made), or the gamemode isn't in the gamemodes folder. My crystal ball also tells me you could be missing #include <dini>, but that's a wild guess.

Didnt work! includes were perfect and gamemodes were placed!
Guess wat my scripts are Dead this is the 13th time im trieng to make a gamemode and all got errors now its 14th  :-\

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: MY Scripts!!!!
« Reply #5 on: April 22, 2011, 08:33:09 am »
Quite an odd error. You might be trying to use an unimplemented function (function that wasn't actually made), or the gamemode isn't in the gamemodes folder. My crystal ball also tells me you could be missing #include <dini>, but that's a wild guess.

Didnt work! includes were perfect and gamemodes were placed!
Guess wat my scripts are Dead this is the 13th time im trieng to make a gamemode and all got errors now its 14th  :-\

It must be a problem with the server then. Try reinstalling the server.
Do not PM me for support.




yazeen

  • Guest
Re: MY Scripts!!!!
« Reply #6 on: April 22, 2011, 10:18:13 am »
Quite an odd error. You might be trying to use an unimplemented function (function that wasn't actually made), or the gamemode isn't in the gamemodes folder. My crystal ball also tells me you could be missing #include <dini>, but that's a wild guess.

Didnt work! includes were perfect and gamemodes were placed!
Guess wat my scripts are Dead this is the 13th time im trieng to make a gamemode and all got errors now its 14th  :-\

It must be a problem with the server then. Try reinstalling the server.

You You mean making a new scripts What about my commands!

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: MY Scripts!!!!
« Reply #7 on: April 22, 2011, 10:25:48 am »
You You mean making a new scripts What about my commands!

No, don't get rid of your scripts. Just reinstall the server in a different folder and copy your scripts to the new folder.
Do not PM me for support.




yazeen

  • Guest
Re: MY Scripts!!!!
« Reply #8 on: April 22, 2011, 11:29:10 am »
You You mean making a new scripts What about my commands!

No, don't get rid of your scripts. Just reinstall the server in a different folder and copy your scripts to the new folder.

tHX, that might work letme try!
i cant understant still this error comes its proplem of any of my command! WTF!
« Last Edit: April 22, 2011, 02:05:14 pm by StriKe »

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: MY Scripts!!!!
« Reply #9 on: April 22, 2011, 12:35:24 pm »
After doing some research, the problem comes from when you have a function which comes from a plugin, but you don't have the plugin library (a DLL). It could also happen when using a function in VCMP that isn't implemented.

Sources:
http://forum.sa-mp.com/showthread.php?t=121744
http://forum.sa-mp.com/showthread.php?t=95044
http://www.compuphase.com/bitboard/index.php?DATEIN=tpc_gbrdqxggg_1198248592
http://forum.vicecitymultiplayer.com/index.php?topic=2022.0
Do not PM me for support.