27.02.2010, 05:43
Hi, Guys Anybody can fix these compile error?
Line 2872
Line 3148 and Last Line
Код:
F:\Server\Wild Stunt Mania\filterscripts\xObjects2.pwn(2872) : error 001: expected token: "}", but found "{" F:\Server\Wild Stunt Mania\filterscripts\xObjects2.pwn(3148) : error 054: unmatched closing brace ("}") F:\Server\Wild Stunt Mania\filterscripts\xObjects2.pwn(3148) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
Код:
{3375, 269.5760, 166.6380, 0.2450, 0.0000, 0.0000, -82.5060, 500.0},
pawn Код:
{1231, -990.3820, 963.6000, 0.3590, 0.0000, 0.0000, 0.0000, 500.0}
// {modelid,x,y,z,rotx,roty,rotz,viewdistance}
// all params are same as create object, except there is an additional viewdistance parameter. This is the distance
// a player should be to see the object
}; // Line 3148