Two Errors.
- 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: Two Errors. (
/showthread.php?tid=379788
)
Two Errors. -
Misterflowers
- 23.09.2012
The Code.
Quote:
{
weaponstorepickup = CreatePickup(1242, 2, 1930.9042,-1776.4119,13.5469, 0);
return 1;
}
This is the errors.
Quote:
error 055: start of function body without function header
error 010: invalid function or declaration
Re: Two Errors. -
trapstar2020
- 23.09.2012
make a new file
new weaponstorepickup;
Re: Two Errors. -
Misterflowers
- 23.09.2012
Dude, I already did that, I still got this errors.