Streamer help
#1

I got the latest streamer include and plugin, put them into the right places and included streamer in my gamemode.

I want to make some checkpoints for some bases. But I have some problems.
Below the includes I have:
pawn Код:
new A51CP; // Area 51
Under GameModeInit:
pawn Код:
A51CP = CreateDynamicCP(186.5154, 1927.2018, 17.7387, 5.0, -1, -1, -1, 100.0);
But then I get this warning:
pawn Код:
warning 204: symbol is assigned a value that is never used: "A51CP"
I guess that it's telling me, I've created the checkpoint but I am not using it. So OnPlayerConnect I add:
pawn Код:
TogglePlayerAllDynamicCPs(playerid, toggle); // I tried "1" instead of toggle also.
But then I get 2 errors:
pawn Код:
error 017: undefined symbol "toggle"
warning 204: symbol is assigned a value that is never used: "A51CP"

And when I am starting up the server, in the console is:
pawn Код:
Error: Function not registered: 'Streamer_CallbackHook'
Error: Function not registered: 'CreateDynamicCP'
Error: Function not registered: 'TogglePlayerAllDynamicCPs'
Reply


Messages In This Thread
Streamer help - by Dan. - 21.07.2012, 18:51
Re: Streamer help - by SuperViper - 21.07.2012, 19:41
Re: Streamer help - by Dan. - 21.07.2012, 21:15
Re: Streamer help - by Dan. - 22.07.2012, 10:24
Re: Streamer help - by Dan. - 22.07.2012, 16:48

Forum Jump:


Users browsing this thread: 1 Guest(s)