Hallo ich brauche hilfe und zwar gibt es ein programm das nennt sich x-Treme San Andreas Ultimate mapper
ich will damit gangzones erstellen dann kommt der pawn code raus der hier //======================
// Above OnGameModeInit:
new Hitman;
// OnGameModeInit Insert
public "OnGameModeInit"() {
Hitman = GangZoneCreate(-2132,02, 988,5582, -2016,14, 1197,641);
return 1;
}
// Player Spawn
public "OnPlayerSpawn"(playerid) {
GangZoneShowForPlayer(playerid, Hitman, 0x00004096);
return 1;
}
//======================
und wen ich compile drücke komm diese errors
C:\Dokumente und Einstellungen\Administrator\Desktop\GTA San Andreas\gamemodes\tt.pwn(6) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Dokumente und Einstellungen\Administrator\Desktop\GTA San Andreas\gamemodes\tt.pwn(8) : error 010: invalid function or declaration
C:\Dokumente und Einstellungen\Administrator\Desktop\GTA San Andreas\gamemodes\tt.pwn(11) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Dokumente und Einstellungen\Administrator\Desktop\GTA San Andreas\gamemodes\tt.pwn(13) : error 010: invalid function or declaration
C:\Dokumente und Einstellungen\Administrator\Desktop\GTA San Andreas\gamemodes\tt.pwn(16) : warning 203: symbol is never used: "Hitman"
C:\Dokumente und Einstellungen\Administrator\Desktop\GTA San Andreas\gamemodes\tt.pwn(16) : error 013: no entry point (no public functions)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Was soll ich tun damit es geht ?
danke im Vorraus
mfg