Streamer Error? (MSVCR120.dll missing) -
Josh_Main - 22.07.2015
Hey, script was working perfectly fine (compiled fine aswell) until I updated the streamer plugin & include.
Tried recompiling the script and I'm getting 2 errors (no idea how to fix them)
pawn Код:
Undefined Symbol : OnPlayerEnterRaceCheckpoint
Undefined Symbol : OnPlayerLeaveRaceCheckpoint
Don't know how to fix it, an yes I do have the latest include and plugin..
Uploaded it to my Linux host, and the .so file seems to run the server fine
But on my test server if I try to run it I get the "Missing MSVCR120.dll file" problem.. Please help me out as it's confusing me.
Thanks in advanced
Re: Streamer Error? (MSVCR120.dll missing) -
SickAttack - 22.07.2015
That has nothing to do with streamer.
https://sampwiki.blast.hk/wiki/OnPlayerEnterRaceCheckpoint
https://sampwiki.blast.hk/wiki/OnPlayerLeaveRaceCheckpoint
Re: Streamer Error? (MSVCR120.dll missing) -
Josh_Main - 22.07.2015
How come it's giving me those errors? I haven't changed anything at all..
These are the lines
pawn Код:
public OnPlayerEnterRaceCheckpoint(playerid)
{
return 1;
}
public OnPlayerLeaveRaceCheckpoint(playerid)
{
return 1;
}
That's what it looks like. I don't know what I'm doing wrong..
Thanks for your reply though
Re: Streamer Error? (MSVCR120.dll missing) -
SickAttack - 22.07.2015
Post your script (if you are able to) to see what you are actually doing; otherwise, re-download all your external files you have on you server.
Re: Streamer Error? (MSVCR120.dll missing) -
Josh_Main - 22.07.2015
Sorry man, but what do you mean by external files?
It's my custom GM btw
Re: Streamer Error? (MSVCR120.dll missing) -
SickAttack - 22.07.2015
All your includes and plugins.
If the problem persists and you aren't able to provide code, then you might as well fix the problem on your own or hire someone to do it for you - assistance isn't a must, we do this for free as for personal aspects/benefits, so you should put your part into play also.
Re: Streamer Error? (MSVCR120.dll missing) -
SoFahim - 22.07.2015
delete those lines. It will fix the problem. Because there no codes in the function. So they are useless