expected token: ")", but found "в"? WTF
#3

pawn Код:
stock SurfaceNormals(Float:P1[3], Float:P2[3], Float:P3[3], &Float:normX, &Float:normY, &Float:normZ, &Float:vectX, &Float:vectY, &Float:vectZ)
{
    normX = (P2[0] − P1[0]) * (P3[0] - P1[0]);
    normY = (P2[1] − P1[1]) * (P3[1] - P1[1]);
    normZ = (P2[2] − P1[2]) * (P3[2] - P1[2]);
Reply


Messages In This Thread
expected token: ")", but found "в"? WTF - by Crayder - 17.05.2015, 04:57
Re: expected token: ")", but found "в"? WTF - by Threshold - 17.05.2015, 05:01
Re: expected token: ")", but found "в"? WTF - by Crayder - 17.05.2015, 05:07
Re: expected token: ")", but found "в"? WTF - by Threshold - 17.05.2015, 05:43
Re: expected token: ")", but found "в"? WTF - by Crayder - 17.05.2015, 05:48
Re: expected token: ")", but found "в"? WTF - by Threshold - 17.05.2015, 06:01
Re: expected token: ")", but found "в"? WTF - by Crayder - 17.05.2015, 06:15
Re: expected token: ")", but found "в"? WTF - by Threshold - 17.05.2015, 07:46
Re: expected token: ")", but found "в"? WTF - by Yashas - 17.05.2015, 08:12
Re: expected token: ")", but found "в"? WTF - by Crayder - 17.05.2015, 08:28

Forum Jump:


Users browsing this thread: 2 Guest(s)