Hallo,
Ich bekomme diese 2 Errors, wie kann ich die beheben?
C:\DOKUME~1\Besitzer\Desktop\MAGICA~1.0\GAMEMO~1\MR-REA~1.PWN(7957) : error 017: undefined symbol "RandomCarSpawn"
C:\DOKUME~1\Besitzer\Desktop\MAGICA~1.0\GAMEMO~1\MR-REA~1.PWN(7957) : error 029: invalid expression, assumed zero
C:\DOKUME~1\Besitzer\Desktop\MAGICA~1.0\GAMEMO~1\MR-REA~1.PWN(7957) : warning 215: expression has no effect
C:\DOKUME~1\Besitzer\Desktop\MAGICA~1.0\GAMEMO~1\MR-REA~1.PWN(7964) : error 017: undefined symbol "CreateBoughtVehicle"
C:\DOKUME~1\Besitzer\Desktop\MAGICA~1.0\GAMEMO~1\MR-REA~1.PWN(7964) : warning 215: expression has no effect
C:\DOKUME~1\Besitzer\Desktop\MAGICA~1.0\GAMEMO~1\MR-REA~1.PWN(7964) : error 001: expected token: ";", but found "]"
C:\DOKUME~1\Besitzer\Desktop\MAGICA~1.0\GAMEMO~1\MR-REA~1.PWN(7964) : error 029: invalid expression, assumed zero
C:\DOKUME~1\Besitzer\Desktop\MAGICA~1.0\GAMEMO~1\MR-REA~1.PWN(7964) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
Zeile 7957: new rand = random(sizeof(RandomCarSpawn));
Zeile 7964: CreateBoughtVehicle(playerid, 445, RandomCarSpawn[rand][0],RandomCarSpawn[rand][1],RandomCarSpawn[rand][2],RandomCarSpawn[rand][3],-1,-1,30000,1);