Errore 001
#1

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}

Reply
#2

Код:
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.
Reply
#3

Thank
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)