Help||Error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help||Error (
/showthread.php?tid=378077)
Help||Error -
No[X]eR - 16.09.2012
Hello everyone I need help my mode got damn I do not really understand what to do
I figured something must delete the line and tried to delete but it makes me
PHP код:
C:\Users\ADIR\Desktop\0.3e mod RP\gamemodes\ModeUltra.pwn(29) : error 038: extra characters on line
Line
PHP код:
#include <streamer>f
Re: Help||Error -
Sig Hansen - 16.09.2012
Problem Is Cuz You Have
PHP код:
#include <streamer>f
You Dont Need That ''f''
So Put Only;
PHP код:
#inculde <streamer>
AW: Help||Error -
BiosMarcel - 16.09.2012
#include <streamer> not #include <streamer>f
Re: Help||Error -
AaronKillz - 16.09.2012
#inculde <streamer>
Why did you add the f?
Re: Help||Error -
No[X]eR - 16.09.2012
I tried to delete the "f" but it makes me
Re: Help||Error -
Seven_of_Nine - 16.09.2012
That should be something with your compiler / client or so. It doesn't normally do that.
Re: Help||Error -
No[X]eR - 16.09.2012
How to arrange it?
Re: Help||Error -
No[X]eR - 16.09.2012
Help me Please
Re: Help||Error -
AaronKillz - 16.09.2012
Redownload Pawno, run as administrator.
Re: Help||Error -
No[X]eR - 17.09.2012
I did it as it still does to me