10.02.2010, 17:08
Код:
public OnPlayerEnterVehicle(playerid) { SetTimer("enter",5000,false); return 1; } public OnPlayerExitVehicle(playerid) { SetTimer("exit",5000,false); return 1; } public exit(playerid) { TextDrawHideForPlayer(playerid,Textdraw1); } public enter(playerid) { TextDrawShowForPlayer(playerid,Textdraw1); }
//////////////////
: error 010: invalid function or declaration
C:\Users\Braduz\Desktop\Server\filterscripts\Stats .pwn(86) : error 001: expected token: "-identifier-", but found "exit"
C:\Users\Braduz\Desktop\Server\filterscripts\Stats .pwn(91) : error 025: function heading differs from prototype