C:\Users\hzhzh\Desktop\Haupt-ript\gamemodes\script.pwn(19581) : error 004: function "InfoBox" is not implemented
C:\Users\hzhzh\Desktop\Haupt-ript\gamemodes\script.pwn(60253) : warning 217: loose indentation
C:\Users\hzhzh\Desktop\Haupt-ript\gamemodes\script.pwn(60407) : error 004: function "InfoBox" is not implemented
C:\Users\hzhzh\Desktop\Haupt-ript\gamemodes\script.pwn(60423) : warning 217: loose indentation
C:\Users\hzhzh\Desktop\Haupt-ript\gamemodes\script.pwn(60430) : error 004: function "InfoBox" is not implemented
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
{
if(Spieler[playerid][pJob] != 22) return SendClientMessage(playerid,WEISS,"Du bist kein(e) Holzfäller/in.");
if(!IsPlayerInRangeOfPoint(playerid,5.0,2351.4285,-649.1284,128.0547)) return SendClientMessage(playerid,WEISS,"Du bist nicht in der Nähe des Waldes! (Haus)");
SetPlayerSkin(playerid,133);
BaumWeg[playerid] = 0;
ErstellungObjekteHolz(playerid);
imHolzfaller[playerid] = true;
SendClientMessage(playerid,GRAU,"");
InfoBox(playerid,"Information","~r~Job gestartet~n~~w~Schmeiss nun ein paar Baeume um!~n~Zum Faellen am Baum die 'Feuer Taste' druecken!",5000);
PlayerTextDrawShow(playerid,playerJobDraw[playerid][0]);
PlayerTextDrawShow(playerid,playerJobDraw[playerid][1]);
PlayerTextDrawShow(playerid,playerJobDraw[playerid][2]);
PlayerTextDrawShow(playerid,playerJobDraw[playerid][3]);
format(string,sizeof(string),"Job: ~y~Holzfaeller/in~w~~n~Baeume: ~g~%i/10",BaumWeg[playerid]);
PlayerTextDrawSetString(playerid,playerJobDraw[playerid][3],string);
PlayerTextDrawShow(playerid,playerJobDraw[playerid][4]);
format(string,sizeof(string)," ");
PlayerTextDrawSetString(playerid,playerJobDraw[playerid][4],string);
SetPlayerMapIcon(playerid, 74,2424.6169,-654.6063,125.4632, 19, 0, MAPICON_LOCAL);
HolzStart[playerid] = 1;
return true;
}