[Pomoc] GetPointDistanceToPointExMorph

Započeo panameR.
26. Jun 2011.
747
pregleda
5
postova
Vedran_Valentic
3
Rookie
26. Jun 2011.
Skripta koju koristim:  LA:RP
Detaljan opis problema: GetPointDistanceToPointExMorph
Quote
C:\DOCUME~1\Valentic\Desktop\SAMPSE~1\crobih\GAMEMO~1\lexus.pwn(51637) : error 017: undefined symbol "GetPointDistanceToPointExMorph"

Dio skripte:
Quote
public NameTimer()
{
foreach (Player, i)
{
foreach (Player, q)
{
new Float:p1x;
new Float:p1y;
new Float:p1z;
new Float:p2x;
new Float:p2y;
new Float:p2z;
if(IsPlayerConnected(i) && IsPlayerConnected(q))
{
GetPlayerPos(i,p1x,p1y,p1z);
    GetPlayerPos(q,p2x,p2y,p2z);
if(GetPointDistanceToPointExMorph(p1x,p1y,p1z,p2x,p2y,p2z) < pdistance)
{
if(PlayerInfo != 1)
    {
ShowPlayerNameTagForPlayer(i,q,1);
}
    }
else
{
ShowPlayerNameTagForPlayer(i,q,0);
               }
           }
       }
}
}

Neke slike/video za lakse dobivanje pomoci(neobavezno): I :
Mr.Lowrey
5
Godfather
26. Jun 2011.
skini morphinc include
aleluja
5
Godfather
26. Jun 2011.
#pragma unused GetPointDistanceToPointExMorph
Vedran_Valentic
3
Rookie
26. Jun 2011.
Tema rijesena. Lock.
Mr.Lowrey
5
Godfather
26. Jun 2011.
aleluja wrote on June 26, 2011, 3:23 pm:
#pragma unused GetPointDistanceToPointExMorph
zasto to kad mu je to ne definirano a treba mu u skripti?

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha