|
Author
|
Message
|
|
New Member
|

09-06-2008
, 19:54
what am i doin wrong?
|
#1
|
Hey, im tryin to get a block more in bcm4, until ive done the right and i can see the block in bcm menu on server, but then i saw a place where the other block also was (in sma)
case OBJECT_DUCKBLOCK:
{
set_pev(plr, pev_bInDuck, 1);
}
case OBJECT_SPEEDBLOCK:
{
velocity_by_aim(plr, 1200, gSetVelocity[plr]);
gSetVelocity[plr][2] = 0.0;
}
case OBJECT_SLOWBLOCK:
{
if( get_gametime() - gSlowedTime[plr] < 3.0
&& gEntSlowed[plr] == ent )
{
set_pev(plr, pev_maxspeed, 75.0);
}
case OBJECT_PALMBLOCK:
{
}
then i saved .sma, when i tryed compile it said:
////bcm4.sma
//c:programmer\valve\hlserver\cstrike\addons\am xmodx\scripting\bcm4.sma <980> : warning 217: loose indentitation
and i keep saying errors like that in line 980, i will post my sma, i hope anyone can see what im doin wrong
|
|
|
|