Zasto fatal error..

1,357
pregleda
9
postova
Kruno1407
4
Made Man
12. Jun 2010.
sada sam sve preveo i izbaci mi ovo

C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(1974) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(1999) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2070) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2074) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2086) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2090) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2094) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(209😎 : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2102) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2106) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2110) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2122) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2126) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2130) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2134) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(213😎 : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2150) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Administrator\Desktop\MrIllusion\gamemodes\eRP.pwn(2154) : error 004: function "PlayerToPoint" is not implemented

pomozite kako znate i umijete molim vas!!
Hummer^
3
Wheel Man
12. Jun 2010.
ides CTRL + G i jedna po jedan broj sto ti je u zagradi i popravljas koordinate nesto nisi dobro unio kreni ispocetka
Kruno1407
4
Made Man
12. Jun 2010.
bilo bi to dobro da skripta nema 36916 redova..
die
3
Hustler
12. Jun 2010.
ovo dodaj u forwarde

forward PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z);
forward SetPlayerToTeamColor(playerid);

a ovo na dno skripte

public SetPlayerToTeamColor(playerid)
{
if(IsPlayerConnected(playerid))
{
    SetPlayerColor(playerid,TEAM_HIT_COLOR); // white
    /* if (PlayerInfo == 5 || PlayerInfo == 5)
        SetPlayerColor(playerid,COLOR_DBLUE);
        if (PlayerInfo == 6 || PlayerInfo == 6)
        SetPlayerColor(playerid,COLOR_BLACK);
        if (PlayerInfo == 1 || PlayerInfo == 2 || PlayerInfo == 3 || PlayerInfo == 3 || PlayerInfo == 2 || PlayerInfo == 1)
        SetPlayerColor(playerid,cop_color);
        if (PlayerInfo == 14 || PlayerInfo == 14)
        SetPlayerColor(playerid,COLOR_DARKNICERED);
        if (PlayerInfo == 15 || PlayerInfo == 15)
        SetPlayerColor(playerid,COLOR_GROVE); */
}
}

i ovo na dno skripte takodjer

public PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z)
{
    if(IsPlayerConnected(playerid))
{
new Float😮ldposx, Float😮ldposy, Float😮ldposz;
new Float:tempposx, Float:tempposy, Float:tempposz;
GetPlayerPos(playerid, oldposx, oldposy, oldposz);
tempposx = (oldposx -x);
tempposy = (oldposy -y);
tempposz = (oldposz -z);
//printf("DEBUG: X:%f Y:%f Z:%f",posx,posy,posz);
if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
{
return 1;
}
}
return 0;
}

i sad mora da radi. 100% provjereno da radi. garantiram
die
3
Hustler
12. Jun 2010.
odakle to znas?!
Kruno1407
4
Made Man
12. Jun 2010.
gdje to treba napisat?
bero
5
Underboss
12. Jun 2010.
Ma nije uoce u tomeee...negdje si nasto krivo stavio ili {,}  😄
Kruno1407
4
Made Man
12. Jun 2010.
sad treba trazit gdje..😁
bero
5
Underboss
12. Jun 2010.
Kruno1407 wrote on June 12, 2010, 9:55 pm:
sad treba trazit gdje..😁


Pogledaj sta si zadnje ubaciovao ili radio itd...Negdje si nesto krivo napravio!

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha