Fixes:
1: Press ctrl + f and find this text "vector_scal", and replace with "vector_scale".
2: Add this function to your code:
booltext(bool,text1,text2)
{
if(bool) return text1;
return text2;
}
3: Ctrl + f and find "setclient". Delete the command.
This will resolve the specified conflicts