13.02.2009, 13:27
Look at this code:
And that is my code, and then i get this error:
And this is my line 41:
Код:
teleportmenu = CreateMenu("Teleportmenu", 2, 200.0, 100.0, 150.0, 150.0);
Код:
public OnGameModeInit() { // Don't use these lines if it's a filterscript SetGameModeText("Blank Script"); AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); return 1; } { teleportmenu = CreateMenu("TeleportMenu", 2, 200.0, 100.0, 150.0, 150.0);
Код:
C:\Users\Alex\Desktop\Spil\GetRaped.pwn(41) : error 055: start of function body without function header
Код:
{