ID:147685
 
Im getting this error
Police2.dm:135:error: key: missing comma ',' or right-paren ')' thats the error nows he the pice of coding

if(src.key == "Thunderbolt8"||src.key == "Spammer_From_Hell"||src.key == "key"||src.key =="key"||src key == "key"||src.key == "key" )

will someone help?
plz reply quick
if(src.key == "Thunderbolt8"||src.key == "Spammer_From_Hell"||src.key == "key"||src.key =="key"||src.< key == "key"||src.key == "key" )

maybe you need dot where my arrow is?
In response to Gokurulez02
ima going ot try to dot right now
In response to Gokurulez02
it seems to be working thanks but it keeps freezing to where when i clean compile i have to press ctr+alt+dlt to make it unfreeze....it wotn finsih clen compiling and im not sure why
In response to Thunderbolt5
Does normal compiling work?
In response to Thunderbolt5
This happens to me a lot when I Compile larger games (don't know why), I think the compiler's using more resources then it should be, because I have 760+ MBs of RAM, and it still freezes on me for a short while, then it finishes. That's all you have to do, just let it sit and it should do its thing...
In response to Goku72
Compiling isn't just RAM related, it's also processor related. The processor first has to compile all the code, and resources for a project. It's not instant. If you think that it's slow, try compiling a large C/C++ project someday. Depending on the project, you could be waiting a while. ;)