hallo
ich mache jetzt mein self GM aber ich habe ein Fehler warum KP
HIer erst mal fehler
D:\Script\pawno\Selfstuntclanwom.pwn(146) : error 030: compound statement not closed at the end of file (started at line 127)
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
und hier die OnGameModeIni da ist der fehler
public OnGameModeInit()
{
	// Das ist die OnGameModeInit
	SetGameModeText("Stunt~Dm V2.0"); // das ist zeile 117
	UsePlayerPedAnims();
	box1 = TextDrawCreate(10,430, "~w~www.stunt-dm.de.vu");
	TextDrawFont(box1,1);
	TextDrawLetterSize(box1,0.50,1.0);
	TextDrawSetShadow(box1, 0);
	SetTimer("minigun",5000,1);
	SetTimer("geldcheck",5000,1);
	new Float:monsterX = 414.9143;
	new Float:boatX = 260.0439;
	new Float:bikeX = 393.8199;
	new id;
	new count;
	TextDrawSetOutline(box1, 1);