Detaljan opis problema:
Quote
C:\Users\Pc1\Desktop\Gradic\gamemodes\tutorijal.pwn(15) : error 055: start of function body without function header
C:\Users\Pc1\Desktop\Gradic\gamemodes\tutorijal.pwn(1😎 : error 054: unmatched closing brace ("}")
C:\Users\Pc1\Desktop\Gradic\gamemodes\tutorijal.pwn(19) : warning 235: public function lacks forward declaration (symbol "OnGameModeInt")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
C:\Users\Pc1\Desktop\Gradic\gamemodes\tutorijal.pwn(1😎 : error 054: unmatched closing brace ("}")
C:\Users\Pc1\Desktop\Gradic\gamemodes\tutorijal.pwn(19) : warning 235: public function lacks forward declaration (symbol "OnGameModeInt")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Dio skripte:
#include
main()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
SetGameModeText("Village 1.0");
SendRconCommand("mapname Village");
}
public OnPlayerSpawn(playerid);
{
SetPlayerSkin(playerid,26);
SetPlayerMoney(playerid,20000);
}
public OnGameModeInt()
{
CreateObject(355, -1505.9, 2612, 57.4, 0, 0, 96);
}
