SA-MP Forums Archive
Errore 001 - 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: Errore 001 (/showthread.php?tid=323831)



Errore 001 - Alazam - 07.03.2012

Hi my script dont work
Quote:

C:\Documents and Settings\Alazam\Bureau\Serveur\gamemodes\Test.pwn( 1 : error 001: expected token: ";", but found "}"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

What is the problem?

Quote:

10public OnGameModeInit()
11{
12 AddStaticVehicle(522,-2026.1580,153.1888,28.4964,282.5498,3,;//Debut Vehicule
13 AddStaticVehicle(522,-2025.7941,159.9399,28.4947,246.4201,3,;
14 SetGameModeText("Blank Script");
15 AddPlayerClass(0, -2026.6844,156.6899,29.0391, 269.1425, 0, 0, 0, 0, 0, 0);
16
17 return 1
18}




Re: Errore 001 - Chrillzen - 07.03.2012

Код:
10public OnGameModeInit()
11{
12 AddStaticVehicle(522,-2026.1580,153.1888,28.4964,282.5498,3,;//Debut Vehicule
13 AddStaticVehicle(522,-2025.7941,159.9399,28.4947,246.4201,3,;
14 SetGameModeText("Blank Script");
15 AddPlayerClass(0, -2026.6844,156.6899,29.0391, 269.1425, 0, 0, 0, 0, 0, 0);
16
17 return 1;
18}
There, done msg me if you get any more problems.


Re: Errore 001 - Alazam - 07.03.2012

Thank