[Pomoc] Error

Započeo Milan Bryant
22. Dec. 2012. Zaključano
198
pregleda
2
postova
InterpoL99
5
Crime Lord
22. Dec. 2012.
Pozdrav , molio bih da mi pomognete oko nekoliko Errora koje imam u GM dok Compile :

Skripta koju koristim: Nzm skinuo sam sa ovog foruma

Detaljan opis problema:

Quote
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(3437) : error 004: function "SafeJBC_GivePlayerMoney" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(3462) : error 004: function "SafeJBC_GivePlayerMoney" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(3971) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(3975) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(3986) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(399😎 : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4002) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4006) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4010) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4014) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(401😎 : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4022) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4026) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4030) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4034) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4046) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4050) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4054) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(405😎 : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4062) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4080) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4084) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(408😎 : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4100) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(4104) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Deki\Desktop\Electro Gaming RolePlay\gamemodes\EG.pwn(410😎 : error 004: function "PlayerToPoint" is not implemented

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

26 Errors.

Dio skripte:

Quote
new value = money / 100;
    value = value * 10;
    SafeJBC_GivePlayerMoney(i, value);
    BizzInfo -= value;


Quote
new value = money / 100;
    value = value * 10;
    SafeJBC_GivePlayerMoney(i, value);
    SBizzInfo -= value;
}


Quote
public IsAtGasStation(playerid)
{
    if(IsPlayerConnected(playerid))
{
if(PlayerToPoint(6.0,playerid,1004.0070,-939.3102,42.1797) || PlayerToPoint(6.0,playerid,1944.3260,-1772.9254,13.3906))
{//LS
    return 1;
}
else if(PlayerToPoint(6.0,playerid,-90.5515,-1169.4578,2.4079) || PlayerToPoint(6.0,playerid,-1609.7958,-2718.2048,48.5391))
{//LS
    return 1;
}
else if(PlayerToPoint(6.0,playerid,-2029.4968,156.4366,28.949😎 || PlayerToPoint(8.0,playerid,-2408.7590,976.0934,45.4175))
{//SF
    return 1;
}
else if(PlayerToPoint(5.0,playerid,-2243.9629,-2560.6477,31.8841) || PlayerToPoint(8.0,playerid,-1676.6323,414.0262,6.9484))
{//Between LS and SF
    return 1;
}
else if(PlayerToPoint(6.0,playerid,1381.9160,457.8676,19.9632) || PlayerToPoint(10.0,playerid,614.9333,1689.7418,6.696😎)
{//LV
    return 1;
}
else if(PlayerToPoint(8.0,playerid,-1328.8250,2677.2173,49.7665) || PlayerToPoint(6.0,playerid,70.3882,1218.6783,18.5165))
{//LV
    return 1;
}
else if(PlayerToPoint(8.0,playerid,2113.7390,920.1079,10.5255) || PlayerToPoint(6.0,playerid,-1327.7218,2678.8723,50.0625))
{//LV
    return 1;
}
else if(PlayerToPoint(8.0,playerid,656.4265,-559.8610,16.5015) || PlayerToPoint(6.0,playerid,656.3797,-570.4138,16.5015))
{//Dillimore
    return 1;
}
else if(PlayerToPoint(8.0,playerid,125.2434463501, -1935.9764404297, 2.6310691833496) || PlayerToPoint(8.0,playerid,133.91174316406, -1941.7890625, 2.6310691833496))
{//Pumpa za Helice
    return 1;
}
else if(PlayerToPoint(8.0,playerid,1004.1514892578, -936.96557617188, 47.211837768555)  || PlayerToPoint(20.0,playerid,1602.0657,-2167.1638,13.1402))
{//Pumpa za Helice
    return 1;
}
}
return 0;
}

public IsAtFishPlace(playerid)
{
if(IsPlayerConnected(playerid))
{
    if(PlayerToPoint(1.0,playerid,403.8266,-2088.7598,7.8359) || PlayerToPoint(1.0,playerid,398.7553,-2088.7490,7.8359))
{//Fishplace at the bigwheel
    return 1;
}
else if(PlayerToPoint(1.0,playerid,396.2197,-2088.6692,7.8359) || PlayerToPoint(1.0,playerid,391.1094,-2088.7976,7.8359))
{//Fishplace at the bigwheel
    return 1;
}
else if(PlayerToPoint(1.0,playerid,383.4157,-2088.7849,7.8359) || PlayerToPoint(1.0,playerid,374.9598,-2088.7979,7.8359))
{//Fishplace at the bigwheel
    return 1;
}
else if(PlayerToPoint(1.0,playerid,369.8107,-2088.7927,7.8359) || PlayerToPoint(1.0,playerid,367.3637,-2088.7925,7.8359))
{//Fishplace at the bigwheel
    return 1;
}
else if(PlayerToPoint(1.0,playerid,362.2244,-2088.7981,7.8359) || PlayerToPoint(1.0,playerid,354.5382,-2088.7979,7.8359))
{//Fishplace at the bigwheel
    return 1;
}
}
return 0;
}
public Avion(playerid)
{
    Bus12 = 0;
    TogglePlayerControllable(playerid, 1);
    GameTextForPlayer(playerid, "~w~Putnici~n~~g~su Ukrcani", 4000, 4);
    return 1;
}
public IsAtCookPlace(playerid)
{
if(IsPlayerConnected(playerid))
{
    if(PlayerToPoint(3.0,playerid,369.9786,-4.0798,1001.8589))
    {//Cluckin Bell
        return 1;
    }
    else if(PlayerToPoint(3.0,playerid,376.4466,-60.9574,1001.507😎 || PlayerToPoint(3.0,playerid,378.1215,-57.4928,1001.507😎)
{//Burgershot
    return 1;
}
else if(PlayerToPoint(3.0,playerid,374.1185,-113.6361,1001.4922) || PlayerToPoint(3.0,playerid,377.7971,-113.7668,1001.4922))
{//Well Stacked Pizza
    return 1;
}


Neke slike/video za lakse dobivanje pomoci(neobavezno): Nmg sada da slikam hitno mi je !?

Stvarno bih voleo da mi neko pomogne ! Bio bih veoma zahvalan 😄 Molim vas ?!
Blaeks_Biofor
5
Forum Don
23. Dec. 2012.
negde si izostavio zagradice, nisi sigurno na tim linijama tu, znaci seti se sta si zadnje radio i vidi

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha