Vice City Multiplayer

General Discussion => Support => Topic started by: RookieCookie on August 14, 2014, 04:27:22 pm

Title: Compiler Error
Post by: RookieCookie on August 14, 2014, 04:27:22 pm
I just started scripting, so far, here are the errors on my script :

Quote
C:\Documents and Settings\user\My Documents\Stuff\doavc.pwn(27) : error 001: expected token: ",", but found "."
C:\Documents and Settings\user\My Documents\Stuff\doavc.pwn(27) : error 029: invalid expression, assumed zero
C:\Documents and Settings\user\My Documents\Stuff\doavc.pwn(27) : warning 215: expression has no effect
C:\Documents and Settings\user\My Documents\Stuff\doavc.pwn(27) : warning 215: expression has no effect
C:\Documents and Settings\user\My Documents\Stuff\doavc.pwn(27) : warning 215: expression has no effect
C:\Documents and Settings\user\My Documents\Stuff\doavc.pwn(27) : warning 215: expression has no effect
C:\Documents and Settings\user\My Documents\Stuff\doavc.pwn(27) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\user\My Documents\Stuff\doavc.pwn(27) : fatal error 107: too many error messages on one line
Title: Re: Compiler Error
Post by: T800 on August 14, 2014, 07:53:47 pm
Please show us line 27 of your script.
Title: Re: Compiler Error
Post by: RookieCookie on August 15, 2014, 05:25:07 am
Fixed it,and the rest of the script,but there are still a few warnings I don't know how to fix :

Quote
C:\DOCUME~1\user\MYDOCU~1\STUFF~1\doavc.pwn(50) : warning 202: number of arguments does not match definition
C:\DOCUME~1\user\MYDOCU~1\STUFF~1\doavc.pwn(62) : warning 202: number of arguments does not match definition
C:\DOCUME~1\user\MYDOCU~1\STUFF~1\doavc.pwn(63) : warning 202: number of arguments does not match definition
C:\DOCUME~1\user\MYDOCU~1\STUFF~1\doavc.pwn(63) : warning 202: number of arguments does not match definition
C:\DOCUME~1\user\MYDOCU~1\STUFF~1\doavc.pwn(64) : warning 202: number of arguments does not match definition
C:\DOCUME~1\user\MYDOCU~1\STUFF~1\doavc.pwn(64) : warning 202: number of arguments does not match definition

Quote
AddStaticPickup(13, 343, -1245,5171,87.8365,11.8800);
SetPlayerStartPos(playerid,-349.1618,-1639.4268,11.6376);
SetCameraPos(playerid,-348.6426,-1636.7668,16.9553,358.1666);
SetCameraLookAt(playerid,-348.6426,-1636.7668,16.9553,358.1666);