Posts: 92
Threads: 9
Joined: Sep 2016
Reputation:
0
17.11.2016, 00:47
(
Последний раз редактировалось Shadow0707; 17.11.2016 в 00:51.
Причина: Added More Information About The Thread
)
I need help with include called [MV]_******* when i add #include <[MV]_*******> in my script the pawno is crashing and not compiling I tried to fix it but nothing happens
( Sorry For My English, Newbie )
Edit: I Searched About Other ******* Streamer But All Didn't Worked.
Posts: 2,041
Threads: 97
Joined: Jun 2013
Did you try it in a blank script?
Posts: 92
Threads: 9
Joined: Sep 2016
Reputation:
0
Not Yet But It will be useless if it doesn't work in my script.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by Shadow0707
Not Yet But It will be useless if it doesn't work in my script.
|
If it works on that, then your script is the problem.
This is a process of elimination. Doesn't matter if it makes your script useless, you're trying to find why the include is messing with your setup.
Posts: 92
Threads: 9
Joined: Sep 2016
Reputation:
0
18.11.2016, 01:39
(
Последний раз редактировалось Shadow0707; 18.11.2016 в 01:43.
Причина: Added More Info
)
I Fixed It But I Have Error
I:\RCTDM\pawno\include\ewew.inc(41) : error 017: undefined symbol "i"
CMD:ytall(playerid, params[])
{
for(new i=0; i<MAX_PLAYERS; i++)
if(isnull(params)) return SendClientMessage(playerid, -1, "{F81414}ERROR: /yt [URL]");
*******StreamForAll(i, params);
return 1;
}
Posts: 6,242
Threads: 8
Joined: Jun 2008
Your command needs restructuring.
You use a for loop, then check if the params aren't there... and when you do use the loops i, you're outside of the loop.
If you comment out the *******stream line, you'd find if you type /yt with no params it'll spam the shit out of your screen.
Posts: 92
Threads: 9
Joined: Sep 2016
Reputation:
0
I Fixed It But Not Working On Linux
Posts: 6,242
Threads: 8
Joined: Jun 2008
post up the current command, and the log file showing the startup of the server (Remove all passwords/IPs)