C:\Users\Yannik\Desktop\GTAV ONLINE TO SA_MP (1)\Server\pawno\include\text_defines.inc(28) : error 010: invalid function or declaration
C:\Users\Yannik\Desktop\GTAV ONLINE TO SA_MP (1)\Server\pawno\include\text_defines.inc(33) : error 010: invalid function or declaration
C:\Users\Yannik\Desktop\GTAV ONLINE TO SA_MP (1)\Server\pawno\include\text_defines.inc(36) : error 010: invalid function or declaration
C:\Users\Yannik\Desktop\GTAV ONLINE TO SA_MP (1)\Server\pawno\include\text_defines.inc(39) : error 010: invalid function or declaration
C:\Users\Yannik\Desktop\GTAV ONLINE TO SA_MP (1)\Server\pawno\include\text_defines.inc(969) : error 004: function "OnPlayerClickGVMenu" is not implemented
C:\Users\Yannik\Desktop\GTAV ONLINE TO SA_MP (1)\Server\pawno\include\text_defines.inc(980) : error 004: function "OnPlayerClickGVMenu" is not implemented
C:\Users\Yannik\Desktop\GTAV ONLINE TO SA_MP (1)\Server\pawno\include\text_defines.inc(1191) : error 010: invalid function or declaration
C:\Users\Yannik\Desktop\GTAV ONLINE TO SA_MP (1)\Server\pawno\include\text_defines.inc(1209) : error 010: invalid function or declaration
C:\Users\Yannik\Desktop\GTAV ONLINE TO SA_MP (1)\Server\gamemodes\sqlite.pwn(464) : warning 209: function "OnPlayerFinishInterpolateCamera" should return a value
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
8 Errors.
Und hier die zeilen
hook OnPlayerDisconnect( playerid, reason ) //28
{
PlayerLastClick[playerid] = 0;
Current_MENU[playerid] = -1;
HUDTIMER[playerid] = -1;
return 1; //33
}
hook OnPlayerConnect(playerid) //36
{
CreatePlayerTextDraws(playerid);
return 1; //39
}
label: if( ( gettime() - PlayerLastClick[ playerid ] ) > 600 )
{
if(PlayerLastClick[playerid] != 0)
{
PlayerLastClick[playerid] = gettime();
PlayerTextDrawBoxColor(playerid, Textdraw[result][playerid], 0x8965EB88);
OnPlayerClickGVMenu(playerid, Current_MENU[playerid], column, row, 212); //969
return 1;
}
}
else
{
if(PlayerLastClick[playerid] != 0)
{
PlayerLastClick[playerid] = gettime();
PlayerTextDrawBoxColor(playerid, Textdraw[result][playerid], 0xEB444488);
OnPlayerClickGVMenu(playerid, Current_MENU[playerid], column, row, 213); //980
return 1;
}
}
PlayerLastClick[playerid] = gettime();
return 1;
}
hook OnFilterScriptInit() //1191
{
print("\n\n");
print("---------------------------------------------");
print("| I know, lots of gay symbols. ");
print("| But I gotta catch your attention. ");
print("| ");
print("| PROJECT: gtaV_MENU for SA-MP ");
print("| VERSION: v"#FS_VERS" ");
print("| AUTHOR: Rajat_Pawar ");
print("| LAST REV-DATE: 09/ 10/ 2013 ");
print("| ");
print("| I know, the textdraws rock. I know ! ");
print("| Time for gay symbols! ");
print("---------------------------------------------");
print("\n\n");
return 1; //1209
}