06.04.2013, 13:09
Hi,
I recently ran into trouble with my the main GM, so reverted to my some what recent back up, which I never had any issue with until trying to compile it just now.
Gives this error
F:\SAMP SERVER\gamemodes\test.pwn(2563) : error 001: expected token: ";", but found "-identifier-"
F:\SAMP SERVER\gamemodes\test.pwn(23183) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\test.pwn(24126) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\test.pwn(37345) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Heres the code,
-2563 print("\nLoading Gamemode(GangsterParadiseGameMode)");
SetGameModeText("Cops|Robbers|Gangs");
ShowNameTags(1);
ShowPlayerMarkers(1);
SetWorldTime(12);
UsePlayerPedAnims();
KZI_Init();
BankRobbedRecently = 0;
which was the exact same as the original and never once had an issue, I can't see why either.
( just compiled an old version, which exactly the same data, and worked fine, so I'm confused.)
I recently ran into trouble with my the main GM, so reverted to my some what recent back up, which I never had any issue with until trying to compile it just now.
Gives this error
F:\SAMP SERVER\gamemodes\test.pwn(2563) : error 001: expected token: ";", but found "-identifier-"
F:\SAMP SERVER\gamemodes\test.pwn(23183) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\test.pwn(24126) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\test.pwn(37345) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Heres the code,
-2563 print("\nLoading Gamemode(GangsterParadiseGameMode)");
SetGameModeText("Cops|Robbers|Gangs");
ShowNameTags(1);
ShowPlayerMarkers(1);
SetWorldTime(12);
UsePlayerPedAnims();
KZI_Init();
BankRobbedRecently = 0;
which was the exact same as the original and never once had an issue, I can't see why either.
( just compiled an old version, which exactly the same data, and worked fine, so I'm confused.)