Skripta koju koristim: LA:RP
Detaljan opis problema: GetPointDistanceToPointExMorph
CitatC:\DOCUME~1\Valentic\Desktop\SAMPSE~1\crobih\GAMEMO~1\lexus.pwn(51637) : error 017: undefined symbol "GetPointDistanceToPointExMorph"
Dio skripte:
Citatpublic 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[q][pMaskuse] != 1)
{
ShowPlayerNameTagForPlayer(i,q,1);
}
}
else
{
ShowPlayerNameTagForPlayer(i,q,0);
}
}
}
}
}
Neke slike/video za lakse dobivanje pomoci(neobavezno): I :
Tema rijesena. Lock.
Citat: aleluja poslato Jun 26, 2011, 17:23:39 POSLE PODNE
#pragma unused GetPointDistanceToPointExMorph
zasto to kad mu je to ne definirano a treba mu u skripti?