Quote:
Originally Posted by Ouya
Code:
#include <a_samp>
#include <a_http>
#include <a_mysql>
#include <cmd>
#include <core>
#include <float>
#include <sscanf2>
#include <streamer>
This is dissapointing because I was hoping that would be the issue. Doesn't appear to be the case.
|
It is then possible that you are not using a 0.3e (R2) server.
Otherwise, I can't think of a reason for that callback not to be declared.
Quote:
Originally Posted by FUNExtreme
Some feedback for you sir:
1) I know that.
2) I'm not running any filterscripts which uses the streamer.
3) I have been running the plugin without problems (objects, checkpoints, pickups).
4) I have CLEARLY stated that the error is only shown when I add a CreateDynamicRaceCP line.
If anyone can offer me a real solution, I'd be very grateful!
|
I apologise for giving that bad answer because my first thought was filterscripts, and I'm not sure if you have it.
Anyway, I've tested
pawn Code:
CreateDynamicRaceCP(0,0,0,0,10,10,10,10);
in the OnGameModeInit callback in my testing gamemode and there is no error. In your message, unknown version of your include is displayed. I guess it can be caused by missing
pawn Code:
public Streamer_IncludeFileVersion = 0x26105;
in your include file, or the plugin can't find it.
What operating system do you use? I tested CreateDynamicRaceCP in my server on Windows 7 64-bit without any error.