Skripta koju koristim: Raven's
Detaljan opis problema: ne znam gde da ubacim ovo
if(MatsHolding = 25;
SendClientMessage(playerid, COLOR_GREY, "Ne radi BA!!");
Dio skripte:
else if(strcmp(x_nr,"deliver",true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 3,2146.3523,-2267.7498,14.2344))
{
if(MatsHolding > 0)
{
new payout = (50)*(MatsHolding);
format(string, sizeof(string), "* The Factory Gave You %d Materials from your %d Packages.", payout, MatsHolding);
SendClientMessage(playerid, COLOR_WHITE, string);
PlayerInfo += payout;
MatsHolding = 0;
else
{
SendClientMessage(playerid, COLOR_GREY, " You don't have any Materials Packages!");
return 1;
}
}
else
{
SendClientMessage(playerid, COLOR_GREY, " You are not at the Willowfield Gun Factory.");
return 1;
}
}
else
{
SendClientMessage(playerid, COLOR_GREY, " Invalid Materials Name !");
return 1;
}
}
return 1;
}
Neke slike/video za lakse dobivanje pomoci(neobavezno): /
