13.02.2009, 13:51
Thanks, but now i get another error..
And line 39 ->
And this is my top of the script:
So it should work, because i put new Menu:teleportmenu;
Код:
C:\Users\Alex\Desktop\Spil\GetRaped.pwn(39) : error 017: undefined symbol "teleportmenu"
Код:
teleportmenu = CreateMenu("teleportmenu", 2, 200.0, 100.0, 150.0, 150.0);
Код:
#include <a_samp>
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#if defined FILTERSCRIPT
new Menu:teleportmenu;
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}

