Streamer Error? (MSVCR120.dll missing)
#1

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
Reply
#2

That has nothing to do with streamer.

https://sampwiki.blast.hk/wiki/OnPlayerEnterRaceCheckpoint
https://sampwiki.blast.hk/wiki/OnPlayerLeaveRaceCheckpoint
Reply
#3

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
Reply
#4

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.
Reply
#5

Sorry man, but what do you mean by external files?
It's my custom GM btw
Reply
#6

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.
Reply
#7

delete those lines. It will fix the problem. Because there no codes in the function. So they are useless
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)