Sziasztok! Egy kis probléma jelent meg amikor próbáltam lefuttatni az InfoBox filterscriptet.
/*
-= SA:MP InfoBox =-
Készítette: FranK(Csabesz)
Verzió: 0.1a
Kiadva: 2010.11.20
-= Teszt Filterscript =-
*/
#include <a_samp>
#include <zcmd>
#include <mInfo>
CMD:infobox ( playerid, params [ ] )
{
InfoTextDrawCreate ( playerid, \"SA:MP Info Box!~n~Készítette: FranK~n~Verzió: 0.1a~n~Kiadva: 2010.11.20\" );
return 1;
}
CMD:infobox2 ( playerid, params [ ] )
{
InfoTextDrawCreate ( playerid, \"~r~Szinesen ~w~is ~g~lehet ~y~használni ~r~!~n~~w~Illetve ~r~több soros ~g~is lehet.~n~~w~Olyan mind ~r~Single Playerbe ~y~:)~w~\" );
return 1;
}
CMD:nocarshopinfobox ( playerid, params [ ] )
{
InfoTextDrawCreate ( playerid, \"Ne menjetek az autókereskedéshez, mert autófeltöltés van. Aki odamegy 1000 MP AJ- t kap!\" );
return 1;
}
CMD:szerverresiinfobox ( playerid, params [ ] )
{
InfoTextDrawCreate ( playerid, \"Hamarosan Szerver Restart!\" );
return 1;
}
CMD:arvizrpinfobox ( playerid, params [ ] )
{
InfoTextDrawCreate ( playerid, \"Árvíz RP lesz! A kezdésnél felhívják figyelmedet a rendőrök/tekesek.\" );
return 1;
}
CMD:eventleszinfobox ( playerid, params [ ] )
{
InfoTextDrawCreate ( playerid, \"A szerveren GoKart Event lesz! Jelentkezzetek /kerdes -ben!\" );
return 1;
}
Hibák:C:\\Users\\Admin\\Desktop\\TEST SAMP SZERVER\\filterscripts\\infobox.pwn(17) : error 017: undefined symbol \"InfoTextDrawCreate\"
C:\\Users\\Admin\\Desktop\\TEST SAMP SZERVER\\filterscripts\\infobox.pwn(23) : error 017: undefined symbol \"InfoTextDrawCreate\"
C:\\Users\\Admin\\Desktop\\TEST SAMP SZERVER\\filterscripts\\infobox.pwn(29) : error 017: undefined symbol \"InfoTextDrawCreate\"
C:\\Users\\Admin\\Desktop\\TEST SAMP SZERVER\\filterscripts\\infobox.pwn(35) : error 017: undefined symbol \"InfoTextDrawCreate\"
C:\\Users\\Admin\\Desktop\\TEST SAMP SZERVER\\filterscripts\\infobox.pwn(41) : error 017: undefined symbol \"InfoTextDrawCreate\"
C:\\Users\\Admin\\Desktop\\TEST SAMP SZERVER\\filterscripts\\infobox.pwn(47) : error 017: undefined symbol \"InfoTextDrawCreate\"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
Válaszokat előre is köszönöm!