Raised This Month: $ Target: $400
 0% 

Cant compile :/ Fix it please


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
grzelak
Senior Member
Join Date: Sep 2008
Old 04-12-2009 , 11:20   Cant compile :/ Fix it please
Reply With Quote #1

Something here is bad couse i edit only those lines and i cant compile it now


Code:
// Sounds (randomly chosen if more than one)
new const sound_win_zombies[][] = { "" }
new const sound_win_humans[][] = { "" }
new const sound_win_no_one[][] = { "" }
new const zombie_infect[][] = { "grzel/infect1.wav", "grzel/infect2.wav", "grzel/infect3.wav", "grzel/infect4.wav" }
new const zombie_pain[][] = { "grzel/atak1.wav", "grzel/atak2.wav" }
new const nemesis_pain[][] = { "grzel/atak1.wav", "grzel/atak2.wav" }
new const zombie_die[][] = { "grzel/die1.wav", "grzel/die2.wav", "grzel/die3.wav", "grzel/die4.wav", "grzel/die5.wav" }
new const zombie_fall[][] = { "grzel/fall.wav" }
new const zombie_miss_slash[][] = { "grzel/claw_miss_1.wav", "grzel/claw_miss_2.wav" }
new const zombie_miss_wall[][] = { "" }
new const zombie_hit_normal[][] = { "weapons/knife_hit1.wav", "weapons/knife_hit2.wav", "weapons/knife_hit3.wav", "weapons/knife_hit4.wav" }
new const zombie_hit_stab[][] = { "grzel/hit1.wav", "grzel/hit2.wav", "grzel/hit3.wav" }
new const zombie_idle[][] = { "nihilanth/nil_now_die.wav", "nihilanth/nil_slaves.wav", "nihilanth/nil_alone.wav", "zombie_plague/zombie_brains1.wav",
"zombie_plague/zombie_brains2.wav" }
new const zombie_idle_last[][] = { "nihilanth/nil_thelast.wav" }
new const zombie_madness[][] = { "zombie_plague/zombie_madness1.wav" }
new const sound_nemesis[][] = { "zombie_plague/nemesis1.wav", "zombie_plague/nemesis2.wav" }
new const sound_survivor[][] = { "zombie_plague/survivor1.wav", "zombie_plague/survivor2.wav" }
new const sound_swarm[][] = { "ambience/the_horror2.wav" }
new const sound_multi[][] = { "ambience/the_horror2.wav" }
new const sound_plague[][] = { "zombie_plague/nemesis1.wav", "zombie_plague/survivor1.wav" }
new const grenade_infect[][] = { "zombie_plague/grenade_infect.wav" }
new const grenade_infect_player[][] = { "grzel/scream1.wav", "grzel/scream2.wav", "grzel/screm3.wav" }
new const grenade_fire[][] = { "zombie_plague/grenade_explode.wav" }
new const grenade_fire_player[][] = { "grzel/burn1.wav", "grzel/burn2.wav", "grzel/burn3.wav }
new const grenade_frost[][] = { "warcraft3/frostnova.wav" }
new const grenade_frost_player[][] = { "warcraft3/impalehit.wav" }
new const grenade_frost_break[][] = { "warcraft3/impalelaunch1.wav" }
new const grenade_flare[][] = { "items/nvg_on.wav" }
new const sound_antidote[][] = { "items/smallmedkit1.wav" }
new const sound_thunder[][] = { "zombie_plague/thunder1.wav", "zombie_plague/thunder2.wav" }
But i dont see anything bad :/

Errors :

Invalid String <possibly not-termined string>
Expected Token ">" but found new
grzelak is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 04-12-2009 , 11:25   Re: Cant compile :/ Fix it please
Reply With Quote #2

Provide on wich line error.

Edit:
i think found
PHP Code:
new const grenade_fire_player[][] = { "grzel/burn1.wav""grzel/burn2.wav""grzel/burn3.wav }

// ->

new const grenade_fire_player[][] = { "
grzel/burn1.wav", "grzel/burn2.wav", "grzel/burn3.wav" } 
__________________
xPaw is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:27.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode