Some warnings
#3

Quote:
Originally Posted by Swift_
We'd have to see yoru script to help.
this line 272
pawn Код:
forward OnPlayerUnjail(playerid);
and the lines at 24818

pawn Код:
public Float:GetDistanceBetweenPlayers(p1,p2)
{
    new Float:x1,Float:y1,Float:z1,Float:x2,Float:y2,Float:z2;
    if(!IsPlayerConnected(p1) || !IsPlayerConnected(p2))
    {
        return -1.00;
    }
    GetPlayerPos(p1,x1,y1,z1);
    GetPlayerPos(p2,x2,y2,z2);
    return floatsqroot(floatpower(floatabs(floatsub(x2,x1)),2)+floatpower(floatabs(floatsub(y2,y1)),2)+floatpower(floatabs(floatsub(z2,z1)),2));
}
Reply


Messages In This Thread
Some warnings - by radi - 23.06.2009, 12:26
Re: Some warnings - by Grim_ - 23.06.2009, 12:26
Re: Some warnings - by radi - 23.06.2009, 12:28
Re: Some warnings - by Grim_ - 23.06.2009, 12:31
Re: Some warnings - by radi - 23.06.2009, 12:33
Re: Some warnings - by Grim_ - 23.06.2009, 12:36

Forum Jump:


Users browsing this thread: 1 Guest(s)