[Ajuda] Pq ta dando erro de identaзгo?
#1

Uй nem ta identado, pq ta dando erro nessa linha de identaзгo:

Код:
#else
Код:
// render actor
stock strcpy(dest[], const source[], maxlength=sizeof dest)
{
    strcat((dest[0] = EOS, dest), source, maxlength);
}
new currentActorAnim[MAX_ACTORS][24];
stock ApplyActorAnimationEx(actorid, lib[], anim[], Float:fDelta, loop, lockx, locky, freeze, time)
{
    strcpy(currentActorAnim[actorid], anim);
    return ApplyActorAnimation(actorid, lib, anim, fDelta, loop, lockx, locky, freeze, time);
}

#if defined _ALS_ApplyActorAnimation
#undef ApplyActorAnimation
#else // warning 217: loose indentation
#define _ALS_ApplyActorAnimation
#endif
#define ApplyActorAnimation ApplyActorAnimationEx  

// cores: https://sampforum.blast.hk/showthread.ph...459#define COLOR_WHITE 0xFFFFFFAA
Reply


Messages In This Thread
Pq ta dando erro de identaзгo? - by warriorfrog - 07.09.2015, 16:12
Re: Pq ta dando erro de identaзгo? - by DarthVeider - 07.09.2015, 16:43
Re: Pq ta dando erro de identaзгo? - by PT - 07.09.2015, 17:05
Re: Pq ta dando erro de identaзгo? - by warriorfrog - 07.09.2015, 20:07

Forum Jump:


Users browsing this thread: 1 Guest(s)