Jump to content
  • 0

Error ...


Question

Posted

C:\Documents and Settings\Owner\Desktop\CS\gamemodes\CS.pwn(135) : warning 201: redefinition of constant/macro (symbol "DIALOG_STYLE_PASSWORD")
C:\Documents and Settings\Owner\Desktop\CS\gamemodes\CS.pwn(17246) : warning 219: local variable "PlayerName" shadows a variable at a preceding level
C:\Documents and Settings\Owner\Desktop\CS\gamemodes\CS.pwn(62133) : error 017: undefined symbol "GetPointDistanceToPointExMorph"
C:\Documents and Settings\Owner\Desktop\CS\gamemodes\CS.pwn(62160) : warning 203: symbol is never used: "ad"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

Deci ?

<a href="http://www.game-state.eu/94.60.40.50:7777/"><img src="http://www.game-state.eu/94.60.40.50:7777/n-560x95_FFFFFF_FFFFFF_000000_000000.png" alt="www.Game-State.eu" style="border-style: none;" /></a>

1 answer to this question

Recommended Posts

Posted

Buna Ziua, :D

stock Float:GetPointDistanceToPointExMorph(Float:x1,Float:y1,Float:z1,Float:x2,Float:y2,Float:z2)
{
    new Float:x, Float:y, Float:z;
    x = x1-x2;
    y = y1-y2;
    z = z1-z2;
    return floatsqroot(x*x+y*y+z*z);
}

M-am lasat de comunitatea sa-mp.ro

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.