Can Anyone Help Me Solve These Few 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Can Anyone Help Me Solve These Few Errors? (
/showthread.php?tid=252145)
Can Anyone Help Me Solve These Few Errors? -
Jack_Rocker - 30.04.2011
pawn Код:
new skins[] =
{
34,
32,
202
};
and heres the errors:
Код:
C:\Users\Jack\Desktop\0.3c\gamemodes\truckers.pwn(73) : error 001: expected token: ";", but found "&"
C:\Users\Jack\Desktop\0.3c\gamemodes\truckers.pwn(73) : error 029: invalid expression, assumed zero
C:\Users\Jack\Desktop\0.3c\gamemodes\truckers.pwn(73) : warning 215: expression has no effect
C:\Users\Jack\Desktop\0.3c\gamemodes\truckers.pwn(73) : error 029: invalid expression, assumed zero
C:\Users\Jack\Desktop\0.3c\gamemodes\truckers.pwn(73) : fatal error 107: too many error messages on one line
Thanks, whoever solves this I thank them 'muchly'
Re: Can Anyone Help Me Solve These Few Errors? -
JaTochNietDan - 30.04.2011
Must be another part of your code, this snippet looks fine to me and I compiled it without any issues.