Hello All (Sorry For My Bad English) 1- I Need Teleport Automatique First Zombies Back To Base Im Use Mod Zombie Plague 4.3 And I Want Only In Infection Mod 2- I Need Level System Zombie Escape Like This
message_begin(MSG_BROADCAST, SVC_TEMPENTITY) write_byte(TE_SPRITETRAIL) // TE ID write_coord(BubbleOrigin[0]) // Start Position X write_coord(BubbleOrigin[1]) // Start Position Y write_coord(BubbleOrigin[2]) // Start Position Z write_coord(FirstLocation[0]) // End Position X write_coord(FirstLocation[1]) // End Position Y write_coord(FirstLocation[2]) // End Position Z write_short(g_sBubbleSprite) // Sprite Index write_byte(30) // Count write_byte(10) // Life write_byte(1) // Scale write_byte(50) // Velocity Along Vector write_byte(10) // Rendomness of Velocity message_end();
Warning: Expression has no effect on line 26 Error: Undefined symbol "FirstLocation" on line 37 Warning: Expression has no effect on line 37 Error: Expected token: ";", but found "]" on line 37 Error: Invalid expression, assumed zero on line 37 Error: Too many error messages on one line on line 37